pre-commit-ci-lite[bot]
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
4 deletions
-
fastapi/staticfiles.py
-
tests/test_auth_static_files.py
|
|
|
@ -1,4 +1,5 @@ |
|
|
|
from typing import Any, Awaitable, Callable |
|
|
|
from collections.abc import Awaitable, Callable |
|
|
|
from typing import Any |
|
|
|
|
|
|
|
from starlette.requests import Request |
|
|
|
from starlette.responses import JSONResponse |
|
|
|
|
|
|
|
@ -1,6 +1,3 @@ |
|
|
|
import os |
|
|
|
from pathlib import Path |
|
|
|
|
|
|
|
import pytest |
|
|
|
from fastapi import FastAPI, HTTPException, Request |
|
|
|
from fastapi.staticfiles import AuthStaticFiles |
|
|
|
|