Skip to content
Snippets Groups Projects
Commit 4057ce93 authored by Moul's avatar Moul
Browse files

[mod] Remove not used ERROR_SCHEMA which is a duplication of it in api/client.py

parent a03b8df8
No related branches found
No related tags found
1 merge request!68Minor changes
Pipeline #5881 passed
......@@ -130,12 +130,6 @@ class UnknownEndpoint(Endpoint):
return hash((self.api, self.properties))
ERROR_SCHEMA = {
"type": "object",
"properties": {"ucode": {"type": "number"}, "message": {"type": "string"}},
"required": ["ucode", "message"],
}
# required to type hint cls in classmethod
BMAEndpointType = TypeVar("BMAEndpointType", bound="BMAEndpoint")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment