From d37f7abfe4c1b23426b0fbdc85ae31788602ff28 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Thu, 24 Jun 2021 09:19:08 -0400 Subject: Don't inherit from object anymore --- python/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/settings.py') 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 \ -- cgit v1.3.1