Skip to content

Commit d5ece15

Browse files
committed
Fix formatting
1 parent db4c943 commit d5ece15

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

python/copilot/jsonrpc.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@ async def stop(self):
103103
if self._stderr_thread:
104104
self._stderr_thread.join(timeout=1.0)
105105

106-
async def request(self, method: str, params: dict | None = None, timeout: float | None = None) -> Any:
106+
async def request(
107+
self, method: str, params: dict | None = None, timeout: float | None = None
108+
) -> Any:
107109
"""
108110
Send a JSON-RPC request and wait for response
109111

0 commit comments

Comments
 (0)