From f2600f30801c849fc1d139386e3ddc3c9eb43e30 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Thu, 10 Feb 2022 14:10:48 -0800 Subject: More cleanup. --- smart_future.py | 1 - 1 file changed, 1 deletion(-) (limited to 'smart_future.py') 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 -- cgit v1.3