Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
provinzkraut committed Apr 10, 2024
1 parent 1f61c4d commit 263c4c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litestar/static_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from os.path import commonpath
from pathlib import Path, PurePath
from typing import TYPE_CHECKING, Any, Literal, Sequence, Mapping
from typing import TYPE_CHECKING, Any, Literal, Mapping, Sequence

from litestar.exceptions import ImproperlyConfiguredException, NotFoundException
from litestar.file_system import BaseLocalFileSystem, FileSystemAdapter
Expand Down

0 comments on commit 263c4c2

Please sign in to comment.