blacken master branch

This commit is contained in:
Thomas Waldmann 2023-11-05 13:33:25 +01:00
parent 0da4fff38b
commit c7f0d779bf
No known key found for this signature in database
GPG Key ID: 243ACFA951F78E01
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,