Skip to content

Commit 5821671

Browse files
authored
Update test_api.py
1 parent 5027634 commit 5821671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
from fastapi.testclient import TestClient
21
from app.main import app
2+
from fastapi.testclient import TestClient
33

44
client = TestClient(app)
55

0 commit comments

Comments
 (0)