We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b5d80 commit 9843652Copy full SHA for 9843652
compile_kaitai_parsers.py
@@ -21,7 +21,7 @@
21
MANIFEST_PATH: Path = KAITAI_PARSERS_DIR / "manifest.json"
22
23
24
-def find_files_with_excluded_licenses(directory, license_list) -> list[str]:
+def find_files_with_excluded_licenses(directory, license_list) -> List[str]:
25
"""
26
Recursively scans a directory for files and identifies any that contain
27
a license from the excluded list.
0 commit comments