Skip to content

Commit c72dfce

Browse files
author
Leandro Rosemberg
committed
Code quality
1 parent 461e976 commit c72dfce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboflow/core/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class AnnotationUploadError(Exception):
2525
message (str): A description of the error.
2626
image_id (Optional[str]): The ID of the image associated with the error.
2727
image_upload_time (Optional[datetime]): The timestamp when the image upload was attempted.
28-
image_retry_attempts (Optional[int]): The number of retry attempts made for the image upload before the error occurred.
28+
image_retry_attempts (Optional[int]): The number of retry attempts made for the image upload.
2929
"""
3030

3131
def __init__(

0 commit comments

Comments
 (0)