Skip to content

Commit 8e91a40

Browse files
author
Richard Sun
committed
[QQC-1126] Fix method type declaration
1 parent cf1f123 commit 8e91a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/schema/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ def _create_batch_sync(self, name, dr_ids, priority, consensus_settings):
655655

656656
def _create_batch_async(self,
657657
name: str,
658-
dr_ids: [str],
658+
dr_ids: List[str],
659659
priority: int = 5,
660660
consensus_settings: Optional[Dict[str,
661661
float]] = None):

0 commit comments

Comments
 (0)