Skip to content

Commit 1f48e50

Browse files
Merge pull request #7906 from ThomasWaldmann/blacken-master
blacken master branch
2 parents 0da4fff + c7f0d77 commit 1f48e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def lib_ext_kwargs(pc, prefix_env_var, lib_name, lib_pkg_name, pc_version, lib_s
194194
)
195195
else:
196196
linux_ext_kwargs = members_appended(
197-
dict(sources=[platform_linux_source], libraries=["acl"], extra_compile_args=cflags),
197+
dict(sources=[platform_linux_source], libraries=["acl"], extra_compile_args=cflags)
198198
)
199199

200200
# note: _chunker.c and _hashindex.c are relatively complex/large pieces of handwritten C code,

0 commit comments

Comments
 (0)