Make linter happy

This commit is contained in:
Jonas Schäfer
2021-03-11 07:32:31 +01:00
parent 3e19d42c2a
commit c04ac4bee0

View File

@@ -164,6 +164,7 @@ async def avatar(from_: str, code: str) -> quart.Response:
response.set_data(data)
return response
@bp.route("/_health")
async def health() -> Response:
return Response("STATUS OK", content_type="text/plain")