Skip to content

Commit 9812d7f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 778dc5a commit 9812d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cibuildwheel/platforms/android.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ def setup_PYO3_cross_compile(
433433
log.notice("Not overriding PYO3_CROSS_LIB_DIR as it has already been set")
434434
else:
435435
env["PYO3_CROSS_LIB_DIR"] = str(python_dir / "prefix" / "lib")
436-
log.notice(f"Setting PYO3_CROSS_LIB_DIR for PyO3 cross-compilation")
436+
log.notice("Setting PYO3_CROSS_LIB_DIR for PyO3 cross-compilation")
437437

438438

439439
def before_build(state: BuildState) -> None:

0 commit comments

Comments
 (0)