Browse Source

🎨 Auto format

pull/14463/head
pre-commit-ci-lite[bot] 7 months ago
committed by GitHub
parent
commit
fce2632f21
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      tests/test_additional_responses_no_mutation.py

1
tests/test_additional_responses_no_mutation.py

@ -5,6 +5,7 @@ See https://github.com/fastapi/fastapi/pull/14463
"""
from typing import Union
from fastapi import FastAPI
from fastapi.testclient import TestClient
from pydantic import BaseModel

Loading…
Cancel
Save