Skip to content

Commit 4e5d556

Browse files
author
Matt Sokoloff
committed
format
1 parent 7cb9ade commit 4e5d556

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

labelbox/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ def __init__(self,
9797
self._data_row_metadata_ontology = None
9898

9999
@retry.Retry(predicate=retry.if_exception_type(
100-
labelbox.exceptions.InternalServerError, labelbox.exceptions.TimeoutError))
100+
labelbox.exceptions.InternalServerError,
101+
labelbox.exceptions.TimeoutError))
101102
def execute(self,
102103
query=None,
103104
params=None,

0 commit comments

Comments
 (0)