ACL uses enums, some more tests, other stuff.
[python_utils.git] / smart_future.py
index e4832d43d5b1674988628e5dae43a67cf8ed0565..1c95973f48ab3bc3a0c9bcd90fa13498f851b8a9 100644 (file)
@@ -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