Skip to content

Commit db2f057

Browse files
committed
Removing typo
1 parent fa6ed76 commit db2f057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigml/api_handlers/sourcehandler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ def update_composite_annotations(self, source, images_file,
573573
offset * MAX_CHANGES: (offset + 1) * MAX_CHANGES]
574574
if new_batch:
575575
source = self.update_source(source,
576-
{"row_values": new_batch})+
576+
{"row_values": new_batch})
577577
counter = 0
578578
while source["error"] is not None and counter < MAX_RETRIES:
579579
# retrying in case update is temporarily unavailable

0 commit comments

Comments
 (0)