Random cleanups and type safety. Created ml subdir.
[python_utils.git] / decorator_utils.py
index 375cbad436feca20d57750b8276537c94f66f060..2817239c88c2396b0e5dcc56e7c535b8afdd99d9 100644 (file)
@@ -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