Ran black code formatter on everything.
[python_utils.git] / exceptions.py
index 59aa262d786a11297e1462ff782ed2e47034c16d..82a82a566b1b1da50af1942364761722c09f047c 100644 (file)
@@ -3,6 +3,7 @@
 # This module is commonly used by others in here and should avoid
 # taking any unnecessary dependencies back on them.
 
+
 class PreconditionException(AssertionError):
     pass