pre-commit-ci-lite[bot]
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
tests/test_include_router_defaults_overrides.py
|
|
|
@ -4,7 +4,6 @@ import pytest |
|
|
|
from fastapi import APIRouter, Depends, FastAPI, Response |
|
|
|
from fastapi.responses import JSONResponse |
|
|
|
from fastapi.testclient import TestClient |
|
|
|
from inline_snapshot import snapshot |
|
|
|
|
|
|
|
|
|
|
|
class ResponseLevel0(JSONResponse): |
|
|
|
|