diff options
Diffstat (limited to 'decorator_utils.py')
| -rw-r--r-- | decorator_utils.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/decorator_utils.py b/decorator_utils.py index cd69639..a5c5afe 100644 --- a/decorator_utils.py +++ b/decorator_utils.py @@ -14,14 +14,13 @@ import sys import threading import time import traceback -from typing import Any, Callable, Optional import warnings +from typing import Any, Callable, Optional # This module is commonly used by others in here and should avoid # taking any unnecessary dependencies back on them. import exceptions - logger = logging.getLogger(__name__) |
