Skip to content

Commit d4424d8

Browse files
author
gdj0nes
committed
FIX: yapf
1 parent 0f515f6 commit d4424d8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

labelbox/schema/project.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -569,10 +569,7 @@ def setup(self, labeling_frontend, labeling_frontend_options) -> None:
569569
timestamp = datetime.now(timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ")
570570
self.update(setup_complete=timestamp)
571571

572-
def create_batch(self,
573-
name: str,
574-
data_rows: List[str],
575-
priority: int = 5):
572+
def create_batch(self, name: str, data_rows: List[str], priority: int = 5):
576573
"""Create a new batch for a project
577574
578575
Args:

0 commit comments

Comments
 (0)