📝 Update includes for docs/en/docs/tutorial/schema-extra-example.md (#12822)

This commit is contained in:
Sebastián Ramírez
2024-11-09 17:00:17 +01:00
committed by GitHub
parent 636171ce31
commit 5c080d81ae
5 changed files with 25 additions and 577 deletions

View File

@@ -6,7 +6,7 @@ from ...utils import needs_py310, needs_pydanticv1
@pytest.fixture(name="client")
def get_client():
from docs_src.schema_extra_example.tutorial001_py310_pv1 import app
from docs_src.schema_extra_example.tutorial001_pv1_py310 import app
client = TestClient(app)
return client