From 84b32f2f6a6f4a0ec557451c2e30a5a38de59317 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Mon, 7 Nov 2022 12:22:22 +0000 Subject: [PATCH] Update distributed/nanny.py --- distributed/nanny.py | 1 - 1 file changed, 1 deletion(-) diff --git a/distributed/nanny.py b/distributed/nanny.py index 78ddc44bde4..9e7be25c3ce 100644 --- a/distributed/nanny.py +++ b/distributed/nanny.py @@ -19,7 +19,6 @@ from time import sleep as sync_sleep from typing import TYPE_CHECKING, Callable, ClassVar, Literal -import tornado.util from toolz import merge from tornado.ioloop import IOLoop