Browse Source

Merge branch 'master' of https://github.com/WrldEngine/fastapi

pull/13760/head
WrldEngine 1 month ago
parent
commit
a39b768366
  1. 3
      fastapi/responses.py
  2. 2
      tests/test_bsonjs_response_class.py

3
fastapi/responses.py

@ -1,6 +1,5 @@
from typing import Any
import json
from typing import Any
from starlette.responses import FileResponse as FileResponse # noqa
from starlette.responses import HTMLResponse as HTMLResponse # noqa

2
tests/test_bsonjs_response_class.py

@ -1,6 +1,6 @@
import bsonjs
import json
import bsonjs
from fastapi import FastAPI
from fastapi.responses import BSONJSResponse
from fastapi.testclient import TestClient

Loading…
Cancel
Save