test: fixt lint check

This commit is contained in:
psychedelicious 2023-11-13 11:03:56 +11:00
parent 4a27daa149
commit cd528eda32

View File

@ -137,7 +137,7 @@ def dest_path(dest=None) -> Path:
path_completer = PathCompleter(
only_directories=True,
expanduser=True,
get_paths=lambda: [browse_start],
get_paths=lambda: [browse_start], # noqa: B023
# get_paths=lambda: [".."].extend(list(browse_start.iterdir()))
)