Skip to content

Commit 9843652

Browse files
committed
Update compile_kaitai_parsers.py
1 parent 16b5d80 commit 9843652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compile_kaitai_parsers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
MANIFEST_PATH: Path = KAITAI_PARSERS_DIR / "manifest.json"
2222

2323

24-
def find_files_with_excluded_licenses(directory, license_list) -> list[str]:
24+
def find_files_with_excluded_licenses(directory, license_list) -> List[str]:
2525
"""
2626
Recursively scans a directory for files and identifies any that contain
2727
a license from the excluded list.

0 commit comments

Comments
 (0)