Skip to content

Commit c7f0d77

Browse files
blacken master branch
1 parent 0da4fff commit c7f0d77

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)