From 07013d6bafc4cc9c308242bf6bf89b181ae9d42a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 12 Apr 2022 13:29:42 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- cibuildwheel/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cibuildwheel/util.py b/cibuildwheel/util.py index 0f262729..e05aa494 100644 --- a/cibuildwheel/util.py +++ b/cibuildwheel/util.py @@ -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)