From f2600f30801c849fc1d139386e3ddc3c9eb43e30 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Thu, 10 Feb 2022 14:10:48 -0800 Subject: More cleanup. --- executors.py | 1 - 1 file changed, 1 deletion(-) (limited to 'executors.py') diff --git a/executors.py b/executors.py index 60bd166..1077667 100644 --- a/executors.py +++ b/executors.py @@ -10,7 +10,6 @@ Also defines DefaultExecutors which is a container for references to global executors / worker pools with automatic shutdown semantics.""" from __future__ import annotations - import concurrent.futures as fut import logging import os -- cgit v1.3