Skip to content

Commit b90aa8a

Browse files
committed
[chore] fix linting
1 parent 52b3a5f commit b90aa8a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pytron/engines/native/build.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ def build():
107107
env["PYO3_PYTHON"] = sys.executable
108108
print(f"[INFO] macOS: PYO3_PYTHON set to {sys.executable}")
109109

110-
111110
try:
112111
subprocess.check_call(cargo_cmd, cwd=ENGINE_DIR, env=env)
113112
except subprocess.CalledProcessError:

0 commit comments

Comments
 (0)