Skip to content

Commit bfee622

Browse files
committed
fix: remove unused export
1 parent 76625a1 commit bfee622

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/lsp_client/clients/__init__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,17 @@
11
from __future__ import annotations
22

3-
from .deno import DenoClient
43
from .pyrefly import PyreflyClient
54
from .pyright import PyrightClient
65
from .rust_analyzer import RustAnalyzerClient
7-
from .ty import TyClient
86
from .typescript import TypescriptClient
97

108
PythonClient = PyrightClient
119
RustClient = RustAnalyzerClient
1210
TypeScriptClient = TypescriptClient
13-
DenoLSPClient = DenoClient
14-
TyLSPClient = TyClient
1511

1612
__all__ = [
17-
"DenoLSPClient",
1813
"PyreflyClient",
1914
"PythonClient",
2015
"RustClient",
21-
"TyLSPClient",
2216
"TypeScriptClient",
2317
]

0 commit comments

Comments
 (0)