Skip to content

Commit b8a7853

Browse files
committed
fix: black lint
1 parent 7f53771 commit b8a7853

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commitly-backend/app/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ class RequestLoggingMiddleware(BaseHTTPMiddleware):
9595

9696
async def dispatch(self, request: Request, call_next):
9797
import time
98+
9899
start_time = time.time()
99100
logger.info(
100101
f"Request: {request.method} {request.url.path} "

0 commit comments

Comments
 (0)