summaryrefslogtreecommitdiff
path: root/smart_future.py
diff options
context:
space:
mode:
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