Skip to content

Commit 7c8bf0b

Browse files
committed
Add pyright type ignores to client websocket module
Signed-off-by: Jesse Sanford <108698+jessesanford@users.noreply.github.com>
1 parent 4f4b991 commit 7c8bf0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mcp/client/websocket.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# pyright: reportMissingImports=false, reportUnknownVariableType=false, reportUnknownArgumentType=false, reportUnknownMemberType=false
12
import json
23
import logging
34
from collections.abc import AsyncGenerator

0 commit comments

Comments
 (0)