fix: syntax errors

This commit is contained in:
Stefan Stammberger
2021-08-21 12:14:23 +02:00
parent a6f0a36664
commit d20c3ce119
10 changed files with 32 additions and 13 deletions
@@ -1,3 +1,5 @@
from typing import Optional
from pydantic.main import BaseModel
from quart import g, jsonify
from http import HTTPStatus