Commit 9f6bfd59 authored by James Kirk's avatar James Kirk
Browse files

refactor: linting

2 merge requests!23Resolve "Release v0.1.0",!17fix: correct error code resp
Pipeline #108794 passed with stages
in 1 minute and 59 seconds
......@@ -9,6 +9,7 @@ from models.client_model import ClientModel
logging.basicConfig(level=logging.INFO)
logging.getLogger("pika").setLevel(logging.ERROR)
class ClientSchema(Schema):
client_id = fields.Str(required=True)
client_name = fields.Str(required=True)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment