Browse Source

rename file

pull/14492/head
svlandeg 6 months ago
parent
commit
408e0c6de3
  1. 0
      docs_src/metadata/tutorial001_1_py39.py
  2. 2
      tests/test_tutorial/test_metadata/test_tutorial001_1.py

0
docs_src/metadata/tutorial001_1.py → docs_src/metadata/tutorial001_1_py39.py

2
tests/test_tutorial/test_metadata/test_tutorial001_1.py

@ -1,6 +1,6 @@
from fastapi.testclient import TestClient from fastapi.testclient import TestClient
from docs_src.metadata.tutorial001_1 import app from docs_src.metadata.tutorial001_1_py39 import app
client = TestClient(app) client = TestClient(app)

Loading…
Cancel
Save