Skip to content

Commit 7f81472

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 31d7b24 commit 7f81472

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build_support/static_build.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ def triplet(self):
3333

3434

3535
class StaticBuildHelper:
36-
WINDOWS_LIBS_DOWNLOAD_RELEASE_URL = (
37-
'https://github.com/mxamin/python-xmlsec-win-binaries/releases/download/2025.07.10/'
38-
)
36+
WINDOWS_LIBS_DOWNLOAD_RELEASE_URL = 'https://github.com/mxamin/python-xmlsec-win-binaries/releases/download/2025.07.10/'
3937
LIB_VERSION_ENV_VARS = {
4038
'openssl_version': 'PYXMLSEC_OPENSSL_VERSION',
4139
'libiconv_version': 'PYXMLSEC_LIBICONV_VERSION',

0 commit comments

Comments
 (0)