Browse Source

Fix style

Jelmer Vernooij 1 year ago
parent
commit
7295a40b58
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -41,7 +41,7 @@ ext_modules = [
 ]
 ]
 
 
 rust_extensions = [
 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
 # Ideally, setuptools would just provide a way to do this