Skip to content

Commit 7a2b3fe

Browse files
committed
isort
1 parent c1f53f5 commit 7a2b3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/{{cookiecutter.project_slug}}/tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Test FastAPI endpoint function."""
22

3-
from datetime import datetime
43
import re
4+
from datetime import datetime
55

66
import pytest
77
from fastapi.testclient import TestClient

0 commit comments

Comments
 (0)