fix(fmt):

This commit is contained in:
Alexander Myasoedov
2024-11-30 00:02:31 +02:00
parent 107181fae2
commit f57f3e9f43
21 changed files with 41 additions and 116 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from fastapi import Request
from starlette.middleware.base import BaseHTTPMiddleware
from loguru import logger
from starlette.middleware.base import BaseHTTPMiddleware
class LogNon200ResponsesMiddleware(BaseHTTPMiddleware):