We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Plugin[Any]
1 parent da8c7a5 commit 597bf60Copy full SHA for 597bf60
flogin/jsonrpc/client.py
@@ -22,7 +22,7 @@ class JsonRPCClient:
22
reader: StreamReader
23
writer: StreamWriter
24
25
- def __init__(self, plugin: Plugin) -> None:
+ def __init__(self, plugin: Plugin[Any]) -> None:
26
self.tasks: dict[int, asyncio.Task] = {}
27
self.requests: dict[int, asyncio.Future[Any | ErrorResponse]] = {}
28
self._current_request_id = 1
0 commit comments