diff --git a/litestar/static_files.py b/litestar/static_files.py index 6d43bba5cb..507c691f0a 100644 --- a/litestar/static_files.py +++ b/litestar/static_files.py @@ -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