Merge pull request #7906 from ThomasWaldmann/blacken-master

blacken master branch
This commit is contained in:
TW 2023-11-05 14:38:15 +01:00 committed by GitHub
commit 1f48e500f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ if not on_rtd:
)
else:
linux_ext_kwargs = members_appended(
dict(sources=[platform_linux_source], libraries=["acl"], extra_compile_args=cflags),
dict(sources=[platform_linux_source], libraries=["acl"], extra_compile_args=cflags)
)
# note: _chunker.c and _hashindex.c are relatively complex/large pieces of handwritten C code,