Skip to content

Commit e6b95a9

Browse files
committed
doc: update comment
1 parent 151fd26 commit e6b95a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lsp_client/jsonrpc/types.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ class RawResponse(TypedDict):
3636
jsonrpc: str
3737

3838

39+
# -------------------------------- package type ------------------------------- #
40+
41+
3942
type RawRequestPackage = RawRequest | RawNotification
4043
type RawResponsePackage = RawResponse | RawError
4144
type RawPackage = RawRequestPackage | RawResponsePackage

0 commit comments

Comments
 (0)