mirror of https://github.com/tiangolo/fastapi.git
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
This commit is contained in:
parent
8637d5801d
commit
e646e1e09f
|
|
@ -1,6 +1,6 @@
|
|||
"""
|
||||
This test is about the possibility of superimposing an additional response's media_type
|
||||
over the default route's response class'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.
|
||||
"""
|
||||
|
||||
from fastapi import FastAPI
|
||||
|
|
|
|||
Loading…
Reference in New Issue