X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=executors.py;h=1077667147051e427b5fad045774e32c55d1a142;hb=f2600f30801c849fc1d139386e3ddc3c9eb43e30;hp=60bd166bb23ba63b227179c404d281681b35cad9;hpb=415c2c91972ea5a574dce166ec609926dcf19d73;p=python_utils.git diff --git a/executors.py b/executors.py index 60bd166..1077667 100644 --- a/executors.py +++ b/executors.py @@ -10,7 +10,6 @@ Also defines DefaultExecutors which is a container for references to global executors / worker pools with automatic shutdown semantics.""" from __future__ import annotations - import concurrent.futures as fut import logging import os