diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2021-11-12 14:20:51 +0100 |
---|---|---|
committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2021-11-12 14:33:32 +0100 |
commit | 71ff729b4d42a28d300c62ac4b436d8143e6a8cc (patch) | |
tree | e2e81b840a1802c76f5a7abb0f258fcab1e63d9f /cameltris/misc.py | |
parent | 8f82ba5acd095b78fcec9d63f2977c04c778f02b (diff) |
Remove trailing newlines and add blank lines were needed
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
Diffstat (limited to 'cameltris/misc.py')
-rw-r--r-- | cameltris/misc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cameltris/misc.py b/cameltris/misc.py index 11c2358..8960e4b 100644 --- a/cameltris/misc.py +++ b/cameltris/misc.py @@ -1,6 +1,6 @@ class Pause(Exception): pass + class UnPause(Exception): pass - |