We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1f53f5 commit 7a2b3feCopy full SHA for 7a2b3fe
python/{{cookiecutter.project_slug}}/tests/test_api.py
@@ -1,7 +1,7 @@
1
"""Test FastAPI endpoint function."""
2
3
-from datetime import datetime
4
import re
+from datetime import datetime
5
6
import pytest
7
from fastapi.testclient import TestClient
0 commit comments