From ef359395ecb213778348bd8098a45e8d8cc11357 Mon Sep 17 00:00:00 2001 From: A_D Date: Sat, 12 Sep 2020 01:53:49 +0200 Subject: [PATCH] Removed object subclass --- prefs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prefs.py b/prefs.py index a27eb0d2..b51b80c3 100644 --- a/prefs.py +++ b/prefs.py @@ -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,