Skip to content

Commit 60c6571

Browse files
committed
Add typing
1 parent d861649 commit 60c6571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboflow/core/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ def version(self, version_number: int, local: Optional[str] = None):
343343

344344
raise RuntimeError(f"Version number {version_number} is not found.")
345345

346-
def check_valid_image(self, image_path: str):
346+
def check_valid_image(self, image_path: str) -> bool:
347347
"""
348348
Check if an image is valid. Useful before attempting to upload an image to Roboflow.
349349

0 commit comments

Comments
 (0)