From 7295a40b58710493606ea4a219ff7c03a4094c41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Tue, 29 Aug 2023 23:54:19 +0100 Subject: [PATCH] Fix style --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ce4e642c3..cf939b469 100755 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ ] rust_extensions = [ - RustExtension("dulwich._objects", "crates/objects/Cargo.toml", binding=Binding.PyO3, optional = True), + RustExtension("dulwich._objects", "crates/objects/Cargo.toml", binding=Binding.PyO3, optional=True), ] # Ideally, setuptools would just provide a way to do this