Browse Source

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

pull/11232/head
pre-commit-ci[bot] 6 months ago
parent
commit
e646e1e09f
  1. 4
      tests/test_additional_responses_default_media_type.py

4
tests/test_additional_responses_default_media_type.py

@ -1,6 +1,6 @@
""" """
This test is about the possibility of superimposing an additional response's media_type This test is about the possibility of superimposing an additional response's media_type
over the default route's response class's media_type. over the default route's response class's media_type.
""" """
from fastapi import FastAPI from fastapi import FastAPI

Loading…
Cancel
Save