diff options
Diffstat (limited to 'decorator_utils.py')
| -rw-r--r-- | decorator_utils.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/decorator_utils.py b/decorator_utils.py index 375cbad..2817239 100644 --- a/decorator_utils.py +++ b/decorator_utils.py @@ -18,6 +18,8 @@ import traceback from typing import Callable, Optional import warnings +# This module is commonly used by others in here and should avoid +# taking any unnecessary dependencies back on them. import exceptions |
