Browse Source

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

pull/13946/head
pre-commit-ci[bot] 8 months ago
parent
commit
6a10e4a712
  1. 1
      tests/test_orjson_response_class.py

1
tests/test_orjson_response_class.py

@ -1,5 +1,4 @@
import pytest import pytest
from fastapi import FastAPI from fastapi import FastAPI
from fastapi.responses import ORJSONResponse from fastapi.responses import ORJSONResponse
from fastapi.testclient import TestClient from fastapi.testclient import TestClient

Loading…
Cancel
Save