From e78cae77103b5396ce42d9e33593ea55f9135be0 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Mon, 20 Jan 2025 18:44:25 -0500 Subject: Revert "Add line formatter API and a generic line formatter plugin" This reverts commit 1699c71999d29d32aba5c9f8fea193a661a4b02b. --- python/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'python/__init__.py') diff --git a/python/__init__.py b/python/__init__.py index 1cdc541e..9b5a394e 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 .lineformatter 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