summaryrefslogtreecommitdiff
path: root/smart_future.py
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2021-07-09 18:31:02 -0700
committerScott Gasch <[email protected]>2021-07-09 18:31:02 -0700
commit09e6d10face80d98a4578ff54192b5c8bec007d7 (patch)
tree1565e645e739ff2f607730029c91055d29c02aa5 /smart_future.py
parent11eeb8574b7b4620ac6fd440cb251f8aa2458f5b (diff)
ACL uses enums, some more tests, other stuff.
Diffstat (limited to 'smart_future.py')
-rw-r--r--smart_future.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/smart_future.py b/smart_future.py
index e4832d4..1c95973 100644
--- a/smart_future.py
+++ b/smart_future.py
@@ -6,6 +6,8 @@ import concurrent.futures as fut
import time
from typing import Callable, List, TypeVar
+# This module is commonly used by others in here and should avoid
+# taking any unnecessary dependencies back on them.
from deferred_operand import DeferredOperand
import id_generator