X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=thread_utils.py;h=bb15c034b9e4e02f273b98dbc77410072878e089;hb=09e6d10face80d98a4578ff54192b5c8bec007d7;hp=af6e0e1abe840946a8754e426ca93bd653545ca5;hpb=497fb9e21f45ec08e1486abaee6dfa7b20b8a691;p=python_utils.git diff --git a/thread_utils.py b/thread_utils.py index af6e0e1..bb15c03 100644 --- a/thread_utils.py +++ b/thread_utils.py @@ -6,6 +6,9 @@ import os import threading from typing import Callable, Optional, Tuple +# This module is commonly used by others in here and should avoid +# taking any unnecessary dependencies back on them. + logger = logging.getLogger(__name__)