ARG001: fix

This commit is contained in:
Jörg Thalheim
2025-08-20 21:58:33 +02:00
parent 4986fe30c3
commit 04457b1272
19 changed files with 46 additions and 54 deletions

View File

@@ -116,7 +116,7 @@ def add_history_command(args: argparse.Namespace) -> None:
add_history(args.uri)
def list_history_command(args: argparse.Namespace) -> None:
def list_history_command(_args: argparse.Namespace) -> None:
res: dict[str, list[HistoryEntry]] = {}
for history_entry in list_history():
url = str(history_entry.flake.flake_url)