This can be collapsed to a single line
- ID
0ddf8a5- date
2025-02-06 20:38:40+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
64ce0ad- message
This can be collapsed to a single line- changed files
1 file, 1 addition, 3 deletions
Changed files
expansions/get_file_paths.py (668) → expansions/get_file_paths.py (662)
diff --git a/expansions/get_file_paths.py b/expansions/get_file_paths.py
index ffbf2b6..0773e40 100644
--- a/expansions/get_file_paths.py
+++ b/expansions/get_file_paths.py
@@ -2,9 +2,7 @@ from collections.abc import Iterator
from pathlib import Path
-def get_file_paths_under(
- root: Path = Path("."), *, suffix: str = ""
-) -> Iterator[Path]:
+def get_file_paths_under(root: Path = Path("."), *, suffix: str = "") -> Iterator[Path]:
"""
Generates the absolute paths to every matching file under ``root``.
"""