Skip to content

Commit 4fa97e6

Browse files
author
Matt Sokoloff
committed
yapf
1 parent 668bc1d commit 4fa97e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

labelbox/schema/bulk_import_request.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,8 @@ def is_valid_location(cls, v):
762762
raise ValueError(f"Text location must be positive. Found {v}")
763763
if v['start'] > v['end']:
764764
raise ValueError(
765-
f"Text start location must be less or equal than end. Found {v}")
765+
f"Text start location must be less or equal than end. Found {v}"
766+
)
766767
return v
767768

768769

0 commit comments

Comments
 (0)