1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 08:17:13 +03:00

Removed object subclass

This commit is contained in:
A_D 2020-09-12 01:53:49 +02:00
parent b85b0622f5
commit ef359395ec
No known key found for this signature in database
GPG Key ID: 4BE9EB7DF45076C4

View File

@ -32,7 +32,7 @@ if TYPE_CHECKING:
# May be imported by plugins
class PrefsVersion(object):
class PrefsVersion:
versions = {
'0.0.0.0': 1,
'1.0.0.0': 2,