Skip to content

Commit

Permalink
Update boot.py
Browse files Browse the repository at this point in the history
Co-authored-by: deathaxe <[email protected]>
  • Loading branch information
jfcherng and deathaxe authored Apr 21, 2024
1 parent 1fcf88c commit 4fd4007
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions boot.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,8 @@
from typing import Any

__all__ = (
"AbstractPlugin",
"client_configs",
"DocumentSyncListener",
"DottedDict",
"Error",
"kill_all_subprocesses",
"load_css",
"load_settings",
"Listener",
"LspApplyDocumentEditCommand",
"LspApplyWorkspaceEditCommand",
"LspCallHierarchyCommand",
Expand Down Expand Up @@ -165,12 +159,9 @@
"LspUpdateLogPanelCommand",
"LspUpdatePanelCommand",
"LspWorkspaceSymbolsCommand",
"opening_files",
"PanelName",
"register_plugin",
"TextChangeListener",
"unload_settings",
"windows",
"plugin_loaded",
"plugin_unloaded",
)


Expand Down

0 comments on commit 4fd4007

Please sign in to comment.