mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
Potential fix for pull request finding 'Unused global variable'
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
parent
09666806da
commit
d9cf7b0088
@@ -39,7 +39,6 @@ def _err(request_id: Any, code: int, message: str, data: Any = None) -> dict:
|
||||
|
||||
# JSON-RPC error codes
|
||||
_PARSE_ERROR = -32700
|
||||
_INVALID_REQUEST = -32600
|
||||
_METHOD_NOT_FOUND = -32601
|
||||
_INVALID_PARAMS = -32602
|
||||
_INTERNAL_ERROR = -32603
|
||||
|
||||
Reference in New Issue
Block a user