Browse Source

🎨 Auto format

pull/15295/head
pre-commit-ci-lite[bot] 2 months ago
committed by GitHub
parent
commit
6513de420d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      fastapi/staticfiles.py
  2. 3
      tests/test_auth_static_files.py

3
fastapi/staticfiles.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

3
tests/test_auth_static_files.py

@ -1,6 +1,3 @@
import os
from pathlib import Path
import pytest
from fastapi import FastAPI, HTTPException, Request
from fastapi.staticfiles import AuthStaticFiles

Loading…
Cancel
Save