Skip to content

Commit 227f425

Browse files
committed
remove outdated arguments from validation function
1 parent 4bb8e07 commit 227f425

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

concatenator/run_stitchee.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def parse_args(args: list) -> argparse.Namespace:
9797

9898
def validate_parsed_args(
9999
parsed: argparse.Namespace,
100-
) -> tuple[list[str], str, str, bool, str, dict, bool, str]:
100+
) -> tuple[list[str], str, str, str, dict, str]:
101101
"""Perform preliminary validation of the parsed arguments and return them as a tuple."""
102102
if parsed.verbose:
103103
logging.basicConfig(level=logging.DEBUG)

0 commit comments

Comments
 (0)