PEP8 and Pylint cleanups
This commit is contained in:
@@ -14,16 +14,16 @@ class UnpaperError(ConvertError):
|
||||
'''Raised by upaper
|
||||
'''
|
||||
pass
|
||||
|
||||
|
||||
|
||||
|
||||
class IdentifyError(ConvertError):
|
||||
'''Raised by identify
|
||||
'''
|
||||
pass
|
||||
|
||||
|
||||
|
||||
class UnkownConvertError(ConvertError):
|
||||
'''Raised when an error is found but there is no disernible way to
|
||||
'''Raised when an error is found but there is no disernible way to
|
||||
identify the kind of error
|
||||
'''
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user