From 660878dcff56d0a14bc5645bd94aa15cca350535 Mon Sep 17 00:00:00 2001 From: A_D <aunderscored@gmail.com> Date: Thu, 28 Jan 2021 18:51:23 +0200 Subject: [PATCH] removed object --- protocol.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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