Skip to content

Commit 47e3cde

Browse files
committed
fix: remove unused import
1 parent 42e2541 commit 47e3cde

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backend/tests/unit/test_auth_endpoints.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
from fastapi import FastAPI
1212
from fastapi.testclient import TestClient
1313
from typing import Dict, Any, Optional
14-
from unittest.mock import patch
1514

1615
from api.server_fastapi_router import ServerFastAPIRouter
1716

0 commit comments

Comments
 (0)