Skip to content

Commit

Permalink
remove unneeded imports
Browse files Browse the repository at this point in the history
  • Loading branch information
madhur-tandon committed Nov 30, 2022
1 parent 4299a74 commit ce3d74f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyscriptjs/src/pyodide.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import { Runtime, version } from './runtime';
import { Runtime } from './runtime';
import { getLogger } from './logger';
import type { loadPyodide as loadPyodideDeclaration, PyodideInterface, PyProxy } from 'pyodide';
// eslint-disable-next-line
// @ts-ignore
import pyscript from './python/pyscript.py';
import { robustFetch } from './fetch';
import type { AppConfig } from './pyconfig';
import type { Stdio } from './stdio';
Expand Down

0 comments on commit ce3d74f

Please sign in to comment.