Skip to content

Commit f1b8f43

Browse files
committed
Format
1 parent f0d6031 commit f1b8f43

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dev.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,7 @@ def cmd_build(self):
266266
if sanitize:
267267
install_args.append(f"-Csetup-args=-Db_sanitize={sanitize}")
268268

269-
info_str = (
270-
f"with {debug=}, {lax=}, {sdl3=}, {stripped=}, {coverage=}, {ctest=}, and {sanitize=}"
271-
)
269+
info_str = f"with {debug=}, {lax=}, {sdl3=}, {stripped=}, {coverage=}, {ctest=}, and {sanitize=}"
272270

273271
if wheel_dir:
274272
pprint(f"Building wheel at '{wheel_dir}' ({info_str})")

0 commit comments

Comments
 (0)