Browse Source

🎨 Auto format

pull/15327/head
pre-commit-ci-lite[bot] 3 months ago
committed by GitHub
parent
commit
3e461dd435
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      tests/test_include_router_defaults_overrides.py

1
tests/test_include_router_defaults_overrides.py

@ -4,7 +4,6 @@ import pytest
from fastapi import APIRouter, Depends, FastAPI, Response from fastapi import APIRouter, Depends, FastAPI, Response
from fastapi.responses import JSONResponse from fastapi.responses import JSONResponse
from fastapi.testclient import TestClient from fastapi.testclient import TestClient
from inline_snapshot import snapshot
class ResponseLevel0(JSONResponse): class ResponseLevel0(JSONResponse):

Loading…
Cancel
Save