Skip to content

Commit

Permalink
list -> List
Browse files Browse the repository at this point in the history
Signed-off-by: ParkSangsin <[email protected]>
  • Loading branch information
ParkSangsin committed Sep 3, 2024
1 parent 8a33b98 commit 7fc3f9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fosslight_prechecker/_precheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def remove_reuse_dep5_file(
dump_error_msg(f"Error_Remove_Dep5 : {ex}")


def precheck_for_files(path: str, files: List[str]) -> Tuple[list[str], List[str], Project]:
def precheck_for_files(path: str, files: List[str]) -> Tuple[List[str], List[str], Project]:
global DEFAULT_EXCLUDE_EXTENSION_FILES

missing_license_list = []
Expand Down

0 comments on commit 7fc3f9f

Please sign in to comment.