Skip to content

Commit fe2b332

Browse files
committed
Fix blackification style
1 parent a511116 commit fe2b332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/python_distrib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"windows-x86": f"{PREBUILDS_BASE_URL}/20230507/cpython-3.11.3+20230507-i686-pc-windows-msvc-shared-pgo-full.tar.zst",
2424
"windows-x86_64": f"{PREBUILDS_BASE_URL}/20230507/cpython-3.11.3+20230507-x86_64-pc-windows-msvc-shared-pgo-full.tar.zst",
2525
"macos-x86_64": f"{PREBUILDS_BASE_URL}/20230507/cpython-3.11.3+20230507-x86_64-apple-darwin-pgo+lto-full.tar.zst",
26-
}
26+
},
2727
}
2828

2929

0 commit comments

Comments
 (0)