chore: code format

This commit is contained in:
Vlad Stan 2023-05-05 10:12:49 +03:00
parent 8dd669dd01
commit b5d98910db
4 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,4 @@
from fastapi import Request, Depends
from fastapi import Depends, Request
from fastapi.templating import Jinja2Templates
from starlette.responses import HTMLResponse