diff options
| -rw-r--r-- | bot/errors.py | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/bot/errors.py b/bot/errors.py index a3484830b..ea6fb36ec 100644 --- a/bot/errors.py +++ b/bot/errors.py @@ -22,5 +22,3 @@ class LockedResourceError(RuntimeError):  class BrandingError(Exception):      """Exception raised by the BrandingManager cog.""" - -    pass  |