Skip to content

Commit

Permalink
refactor: remove unused listener
Browse files Browse the repository at this point in the history
window_attrs is a WeakKeyDictionary now so it will clean itself.

Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng committed Jul 19, 2024
1 parent 1edd85f commit 41f02b7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
3 changes: 0 additions & 3 deletions plugin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@

from .client import LspBasedpyrightPlugin
from .commands import LspBasedpyrightCreateConfigurationCommand
from .listener import LspBasedpyrightEventListener

__all__ = (
# ST: core
"plugin_loaded",
"plugin_unloaded",
# ST: commands
"LspBasedpyrightCreateConfigurationCommand",
# ST: listeners
"LspBasedpyrightEventListener",
# ...
"LspBasedpyrightPlugin",
)
Expand Down
11 changes: 0 additions & 11 deletions plugin/listener.py

This file was deleted.

0 comments on commit 41f02b7

Please sign in to comment.