Skip to content

Commit 1c5d470

Browse files
committed
Clean up imports
1 parent 744e723 commit 1c5d470

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

cesium_app/handlers/progressbar.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,10 @@
3232
# POSSIBILITY OF SUCH DAMAGE.
3333

3434

35-
from contextlib import contextmanager
36-
3735
from distributed.diagnostics.progressbar import ProgressBar
38-
from distributed.utils import LoopRunner
39-
4036
from tornado.ioloop import IOLoop
4137

38+
from contextlib import contextmanager
4239
import sys
4340

4441

0 commit comments

Comments
 (0)