Skip to content

Commit b792810

Browse files
committed
Don't use fully qualified import.
1 parent fc872ff commit b792810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/scriptingprovider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
from . import log
5252
from .pluginmanager import RepositoryManager
5353
from .enums import ScriptingProviderExecuteResult, ScriptingProviderInputReadyState
54-
from binaryninja.settings import Settings
54+
from .settings import Settings
5555
from .enums import SettingsScope
5656

5757
_WARNING_REGEX = re.compile(r'^\S+:\d+: \w+Warning: ')

0 commit comments

Comments
 (0)