diff options
| author | Scott <[email protected]> | 2022-01-26 21:34:26 -0800 |
|---|---|---|
| committer | Scott <[email protected]> | 2022-01-26 21:34:26 -0800 |
| commit | 36fea7f15ed17150691b5b3ead75450e575229ef (patch) | |
| tree | 883ec076d7abe7683231244d27ca2c603ffcf031 /exceptions.py | |
| parent | a0c6b6c28214e0f5167bc25690ada5d83d933086 (diff) | |
Ran black code formatter on everything.
Diffstat (limited to 'exceptions.py')
| -rw-r--r-- | exceptions.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
