Skip to content

Commit 5ccbde7

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6a108b6 commit 5ccbde7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

datashuttle/utils/folders.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,9 @@ def search_for_folders(
631631

632632

633633
def search_local_filesystem(
634-
search_path: Path | None, search_prefix: str, return_full_path: bool = False
634+
search_path: Path | None,
635+
search_prefix: str,
636+
return_full_path: bool = False,
635637
) -> tuple[List[Any], List[Any]]:
636638
"""Search local filesystem recursively.
637639

0 commit comments

Comments
 (0)