reformat/refactor
This commit is contained in:
@ -6,8 +6,6 @@ AI
|
||||
class AIException(Exception):
|
||||
"""AI Exception (generic)"""
|
||||
|
||||
pass
|
||||
|
||||
|
||||
"""
|
||||
LoveHate
|
||||
@ -17,8 +15,6 @@ LoveHate
|
||||
class LoveHateException(Exception):
|
||||
"""Love Hate Exception (generic)"""
|
||||
|
||||
pass
|
||||
|
||||
|
||||
"""
|
||||
Misc
|
||||
@ -27,5 +23,3 @@ Misc
|
||||
|
||||
class MiscException(Exception):
|
||||
"""Misc Exception (generic)"""
|
||||
|
||||
pass
|
||||
|
Reference in New Issue
Block a user