Cleanup: quiet python linter warnings

This commit is contained in:
Campbell Barton
2025-04-16 11:08:40 +10:00
parent f445df26f7
commit 9567ac1272
14 changed files with 14 additions and 16 deletions

View File

@@ -55,7 +55,7 @@ if IS_ATTY:
print(text, end="\r", flush=True)
else:
def print_progress(text: str) -> None:
pass
del text
def argparse_create() -> argparse.ArgumentParser: