diff --git a/protocol.py b/protocol.py index b7053e90..a5ddf1a8 100644 --- a/protocol.py +++ b/protocol.py @@ -27,7 +27,8 @@ if sys.platform == 'win32': pass -class GenericProtocolHandler(object): +class GenericProtocolHandler: + """Base Protocol Handler.""" def __init__(self): self.redirect = protocolhandler_redirect # Base redirection URL