[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
committed by
Paul McCarthy
parent
fe97589390
commit
07013d6baf
@@ -437,7 +437,7 @@ def print_new_wheels(msg: str, output_dir: Path) -> Iterator[None]:
|
|||||||
]
|
]
|
||||||
|
|
||||||
if len(new_contents) == 0:
|
if len(new_contents) == 0:
|
||||||
print('No new wheels')
|
print("No new wheels")
|
||||||
return
|
return
|
||||||
|
|
||||||
max_name_len = max(len(f.name) for f in new_contents)
|
max_name_len = max(len(f.name) for f in new_contents)
|
||||||
|
|||||||
Reference in New Issue
Block a user