summaryrefslogtreecommitdiff
path: root/smart_future.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 /smart_future.py
parent415c2c91972ea5a574dce166ec609926dcf19d73 (diff)
More cleanup.
Diffstat (limited to 'smart_future.py')
-rw-r--r--smart_future.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/smart_future.py b/smart_future.py
index 9aa68f3..a1f6d97 100644
--- a/smart_future.py
+++ b/smart_future.py
@@ -6,7 +6,6 @@ value is not yet available, it will block until it becomes
available."""
from __future__ import annotations
-
import concurrent
import concurrent.futures as fut
import logging