mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 22:16:30 +03:00
python: do not inherit from object
This commit is contained in:
@@ -8,7 +8,7 @@ class ProviderNotFoundError(Exception):
|
||||
"""The provider information was not found."""
|
||||
|
||||
|
||||
class Provider(object):
|
||||
class Provider:
|
||||
"""
|
||||
Provider information.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user