Apply come formatting
This commit is contained in:
parent
61599cb76c
commit
29719cba6e
6 changed files with 29 additions and 31 deletions
|
@ -1,6 +1,5 @@
|
|||
from pathlib import Path
|
||||
|
||||
def get_files_recursive(search_path: Path,
|
||||
extension: str) -> list[Path]:
|
||||
return list(search_path.rglob(f"*.{extension}"))
|
||||
|
||||
def get_files_recursive(search_path: Path, extension: str) -> list[Path]:
|
||||
return list(search_path.rglob(f"*.{extension}"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue