Unused argument.

This commit is contained in:
Julien Palard 2023-03-12 21:51:06 +01:00
parent 7aa68d9db3
commit 7b566e0e4b
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8

View File

@ -68,7 +68,6 @@ def scan_path(
def non_interactive_output(
path: Path,
exclude: List[str],
hide_reserved: bool,
counts: bool,
json_format: bool,
@ -223,7 +222,6 @@ def exec_potodo(
else:
non_interactive_output(
path,
exclude,
hide_reserved,
counts,
json_format,