From 45955fccf9d0a5e512b3a4da6ac91bf0057ae58c Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Thu, 24 Oct 2024 11:29:25 -0400 Subject: Remove bad import in __init__.py --- python/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'python') diff --git a/python/__init__.py b/python/__init__.py index 08a322aa..b6a3de97 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -80,7 +80,6 @@ from .externallibrary import * from .undo import * from .fileaccessor import * from .languagerepresentation import * -from .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 ( -- cgit v1.3.1