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,