Skip to content

Commit c73b888

Browse files
committed
Fix linting
1 parent 5a2ac10 commit c73b888

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libs/labelbox/src/labelbox/schema/user_group_upload.py

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ class UploadReportLine:
4040
>>> ]
4141
>>> }
4242
"""
43+
4344
email: str
4445
result: str
4546
error: Optional[str] = None
@@ -48,6 +49,7 @@ class UploadReportLine:
4849
@dataclass
4950
class UploadReport:
5051
"""The report of the upload members mutation."""
52+
5153
lines: List[UploadReportLine]
5254

5355

0 commit comments

Comments
 (0)