Skip to content

Commit 8e42e44

Browse files
author
Matt Sokoloff
committed
cleanup
1 parent a989935 commit 8e42e44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/integration/test_client_errors.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import time
44
import pytest
55

6-
from labelbox import Project, Dataset, User, LabelingFrontend
6+
from labelbox import Project, Dataset, User
77
import labelbox.client
88
import labelbox.exceptions
99

@@ -129,7 +129,7 @@ def get(arg):
129129

130130
assert elapsed < 60, "Didn't finish fast enough"
131131
assert labelbox.exceptions.ApiLimitError in {type(r) for r in results}
132-
del limited
133132

134133
# Sleep at the end of this test to allow other tests to execute.
135-
#time.sleep(60)
134+
time.sleep(60)
135+

0 commit comments

Comments
 (0)