summaryrefslogtreecommitdiff
path: root/executors.py
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2022-02-10 14:10:48 -0800
committerScott Gasch <[email protected]>2022-02-10 14:10:48 -0800
commitf2600f30801c849fc1d139386e3ddc3c9eb43e30 (patch)
tree74c5173bf47322bcfbbd2985adfb54741cf3c4cc /executors.py
parent415c2c91972ea5a574dce166ec609926dcf19d73 (diff)
More cleanup.
Diffstat (limited to 'executors.py')
-rw-r--r--executors.py1
1 files changed, 0 insertions, 1 deletions
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