X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=smart_future.py;h=a1f6d97741db715871d404d5a126d87a5601b503;hb=3cd90acd08d5a95f5fb95b79c8bfddebbe099291;hp=9aa68f38a5396953636e257032542f9d07533225;hpb=e8fbbb7306430478dec55d2c963eed116d8330cc;p=python_utils.git 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