mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Keep black happy
Somehow I'd lost my pre-commit hooks.
This commit is contained in:
@@ -90,7 +90,7 @@ class DirectoryTree(Tree[DirEntry]):
|
||||
id: str | None = None,
|
||||
classes: str | None = None,
|
||||
disabled: bool = False,
|
||||
path_filter: Callable[[Path],bool] | None = None
|
||||
path_filter: Callable[[Path], bool] | None = None,
|
||||
) -> None:
|
||||
str_path = os.fspath(path)
|
||||
self.path = str_path
|
||||
|
||||
Reference in New Issue
Block a user