From 36fea7f15ed17150691b5b3ead75450e575229ef Mon Sep 17 00:00:00 2001 From: Scott Date: Wed, 26 Jan 2022 21:34:26 -0800 Subject: Ran black code formatter on everything. --- exceptions.py | 1 + 1 file changed, 1 insertion(+) (limited to 'exceptions.py') diff --git a/exceptions.py b/exceptions.py index 59aa262..82a82a5 100644 --- a/exceptions.py +++ b/exceptions.py @@ -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 -- cgit v1.3