Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
tadelesh committed Dec 18, 2024
1 parent b2adef4 commit 5e26307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/http-client-python/eng/scripts/setup/install.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import fs from "fs";
import path, { dirname } from "path";
import { loadPyodide } from "pyodide";
import { fileURLToPath } from "url";
import { runPython3 } from "./run-python3.js";
import fs from "fs";

async function main() {
try {
Expand Down

0 comments on commit 5e26307

Please sign in to comment.