make format everything (#743)

This commit is contained in:
calle
2022-07-16 14:23:03 +02:00
committed by GitHub
parent 69516bb751
commit f4e7d62ca3
60 changed files with 182 additions and 186 deletions
+2 -4
View File
@@ -1,15 +1,13 @@
import json
import traceback
import httpx
from datetime import datetime
from http import HTTPStatus
from loguru import logger
import httpx
import shortuuid # type: ignore
from fastapi import HTTPException
from fastapi.param_functions import Query
from loguru import logger
from starlette.requests import Request
from starlette.responses import HTMLResponse # type: ignore