Browse Source

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

pull/14361/head
pre-commit-ci[bot] 8 months ago
parent
commit
648a3fe27b
  1. 2
      tests/test_schema_compat_pydantic_v2.py

2
tests/test_schema_compat_pydantic_v2.py

@ -4,7 +4,7 @@ from fastapi.testclient import TestClient
from inline_snapshot import snapshot
from pydantic import BaseModel
from tests.utils import needs_pydanticv2, needs_py310
from tests.utils import needs_py310, needs_pydanticv2
@pytest.fixture(name="client")

Loading…
Cancel
Save