diff --git a/elizabeth/exceptions.py b/elizabeth/exceptions.py index b160f17bd..33bb5f073 100644 --- a/elizabeth/exceptions.py +++ b/elizabeth/exceptions.py @@ -1,20 +1,10 @@ class UnsupportedLocale(KeyError): - """ - An exception that raised when a locale doesn't - supported. - """ - pass + """An exception that raised when a locale doesn't supported.""" class JSONKeyError(KeyError): - """ - An exception that raised when JSON key doesn't exist - """ - pass + """An exception that raised when JSON key doesn't exist""" class NotImplementedYet(NotImplementedError): - """ - An exception that raised when NotImplementedError - """ - pass + """An exception that raised when NotImplementedError"""