[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2022-04-19 15:52:06 +01:00
committed by Paul McCarthy
parent fe97589390
commit 07013d6baf
+1 -1
View File
@@ -437,7 +437,7 @@ def print_new_wheels(msg: str, output_dir: Path) -> Iterator[None]:
]
if len(new_contents) == 0:
print('No new wheels')
print("No new wheels")
return
max_name_len = max(len(f.name) for f in new_contents)