mirror of
https://github.com/fastapi/fastapi.git
synced 2026-02-14 16:21:08 -05:00
📝 Update source examples and docs from Python 3.9 to 3.10 (#14900)
This commit is contained in:
committed by
GitHub
parent
d06ab3f5c7
commit
c9e2277d8b
@@ -7,7 +7,7 @@ import pytest
|
||||
from fastapi.testclient import TestClient
|
||||
from inline_snapshot import snapshot
|
||||
|
||||
MOD_NAME = "docs_src.debugging.tutorial001_py39"
|
||||
MOD_NAME = "docs_src.debugging.tutorial001_py310"
|
||||
|
||||
|
||||
@pytest.fixture(name="client")
|
||||
|
||||
Reference in New Issue
Block a user