Skip to content

Commit

Permalink
Clean up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait committed May 18, 2022
1 parent e24a99f commit b21314b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions distributed/cli/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
from __future__ import annotations

import logging
import warnings

from tornado.ioloop import IOLoop
Expand All @@ -9,8 +6,6 @@
"the distributed.cli.utils module is deprecated", DeprecationWarning, stacklevel=2
)

logger = logging.getLogger(__name__)


def install_signal_handlers(loop=None, cleanup=None):
"""
Expand Down

0 comments on commit b21314b

Please sign in to comment.