Skip to content

Commit

Permalink
Merge pull request #7906 from ThomasWaldmann/blacken-master
Browse files Browse the repository at this point in the history
blacken master branch
  • Loading branch information
ThomasWaldmann committed Nov 5, 2023
2 parents 0da4fff + c7f0d77 commit 1f48e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -194,7 +194,7 @@ def lib_ext_kwargs(pc, prefix_env_var, lib_name, lib_pkg_name, pc_version, lib_s
)
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,
Expand Down

0 comments on commit 1f48e50

Please sign in to comment.