summaryrefslogtreecommitdiff
path: root/python/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/settings.py')
-rw-r--r--python/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/settings.py b/python/settings.py
index ac968d3e..b508e863 100644
--- a/python/settings.py
+++ b/python/settings.py
@@ -25,7 +25,7 @@ from . import _binaryninjacore as core
from .enums import SettingsScope
-class Settings(object):
+class Settings:
"""
:class:`Settings` provides a way to define and access settings in a hierarchical fashion. The value of a setting can \
be defined for each hierarchical level, where each level overrides the preceding level. The backing-store for setting \