From 09e6d10face80d98a4578ff54192b5c8bec007d7 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Fri, 9 Jul 2021 18:31:02 -0700 Subject: ACL uses enums, some more tests, other stuff. --- decorator_utils.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'decorator_utils.py') 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 -- cgit v1.3