Browse Source

add: python-bsonjs response class (with C ffi), tests

pull/13760/head
WrldEngine 1 month ago
parent
commit
9fbd418aad
  1. 2
      fastapi/responses.py

2
fastapi/responses.py

@ -28,7 +28,7 @@ except ImportError: # pragma: nocover
try: try:
import bsonjs # type: ignore[import-untyped] import bsonjs # type: ignore
except ImportError: # pragma: nocover except ImportError: # pragma: nocover
bsonjs = None bsonjs = None

Loading…
Cancel
Save