X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=smart_future.py;h=1c95973f48ab3bc3a0c9bcd90fa13498f851b8a9;hb=09e6d10face80d98a4578ff54192b5c8bec007d7;hp=e4832d43d5b1674988628e5dae43a67cf8ed0565;hpb=3bc4daf1edc121cd633429187392227f2fa61885;p=python_utils.git 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