Keep black happy

Somehow I'd lost my pre-commit hooks.
This commit is contained in:
Dave Pearson
2023-04-04 22:17:23 +01:00
parent f149828693
commit d93f5c32cc

View File

@@ -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