From c7f0d779bf2d5a4ee9be298e13f4f718e4b717e9 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 5 Nov 2023 13:33:25 +0100 Subject: [PATCH] blacken master branch --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fde8ca005..4bffc8d3d 100644 --- a/setup.py +++ b/setup.py @@ -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,