🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

This commit is contained in:
pre-commit-ci[bot] 2025-11-10 10:52:00 +00:00
parent 048d7ad3bb
commit 41179df56c
1 changed files with 3 additions and 0 deletions

View File

@ -1,10 +1,13 @@
import pytest
from fastapi.testclient import TestClient
from tests.utils import needs_pydanticv2
@pytest.fixture
def client():
from docs_src.query_params_str_validations.tutorial006d_an_py310 import app
yield TestClient(app)