summaryrefslogtreecommitdiff
path: root/python/__init__.py
diff options
context:
space:
mode:
authorAlexander Taylor <alex@vector35.com>2025-03-18 15:21:23 -0400
committerAlexander Taylor <alex@vector35.com>2025-03-18 15:21:23 -0400
commit56c26c1cc02679ce990150058fa4638fe1ecf4b0 (patch)
treedcd35945573aa76e284d9a9c77a5a28f348b0ab8 /python/__init__.py
parent8127c87b2e5ddf6987dbd4104b37f4cbc4624356 (diff)
Revert importing sharedcache in Python init.
Diffstat (limited to 'python/__init__.py')
-rw-r--r--python/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/__init__.py b/python/__init__.py
index e4efd99b..1c6b279c 100644
--- a/python/__init__.py
+++ b/python/__init__.py
@@ -82,7 +82,6 @@ from .fileaccessor import *
from .languagerepresentation import *
from .lineformatter import *
from .renderlayer import *
-from binaryninja.sharedcache import *
# We import each of these by name to prevent conflicts between
# log.py and the function 'log' which we don't import below
from .log import (