Skip to content

Commit 0a51ad7

Browse files
committed
Lint
1 parent 097d018 commit 0a51ad7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drift/core/rust_core_binding.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
_RUST_TRUTHY = {"1", "true", "yes", "on"}
2121
_RUST_FALSY = {"0", "false", "no", "off"}
2222

23+
2324
def _rust_env_decision() -> tuple[bool, str, str | None]:
2425
raw = os.getenv("TUSK_USE_RUST_CORE")
2526
if raw is None:

0 commit comments

Comments
 (0)