mirror of
https://github.com/romanz/amodem.git
synced 2026-04-19 12:46:00 +08:00
Don't inheric from 'object' (after deprecating Python 2.x support)
This commit is contained in:
@@ -70,7 +70,7 @@ class AgentStop(Exception):
|
||||
|
||||
|
||||
# pylint: disable=too-many-instance-attributes
|
||||
class Handler(object):
|
||||
class Handler:
|
||||
"""GPG agent requests' handler."""
|
||||
|
||||
def _get_options(self):
|
||||
|
||||
Reference in New Issue
Block a user