Skip to content

Commit 6dc9df0

Browse files
committed
style(ci): format python runtime shim helper
1 parent b3554a4 commit 6dc9df0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/python-runtime.mjs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,7 @@ export function ensurePythonAliasEnv(baseEnv = process.env) {
3232
};
3333
}
3434

35-
const shimDir = path.join(
36-
os.tmpdir(),
37-
"pi-chain-tools-python-shim",
38-
);
35+
const shimDir = path.join(os.tmpdir(), "pi-chain-tools-python-shim");
3936
const shimPath = path.join(shimDir, "python");
4037
try {
4138
mkdirSync(shimDir, { recursive: true });

0 commit comments

Comments
 (0)