Skip to content

Commit f0792aa

Browse files
author
Matt Sokoloff
committed
mypy
1 parent 577adb8 commit f0792aa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

labelbox/schema/bulk_import_request.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -589,9 +589,10 @@ def validate_feature_schemas(self, valid_feature_schemas):
589589
)
590590

591591

592-
class NDClassification(UnionConstructor,
593-
Type[Union[NDText, NDRadio,
594-
NDCheckList]]): # type: ignore
592+
class NDClassification(
593+
UnionConstructor,
594+
Type[Union[NDText, NDRadio, # type: ignore
595+
NDCheckList]]):
595596
...
596597

597598

0 commit comments

Comments
 (0)