Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Aug 6, 2023
1 parent 6559879 commit b0df453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runner.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { PythonExtension } from "@vscode/python-extension";
import { execa, type ExecaError } from "execa";
import vscode, { workspace } from "vscode";
import vscode from "vscode";
import { configurationArg, type CliArg } from "./args";
import { configSection } from "./config";
import { checkErrors, ErrorMessageWrapper } from "./errors";
Expand Down

0 comments on commit b0df453

Please sign in to comment.