Skip to content

Commit

Permalink
remove unneeded import (#945)
Browse files Browse the repository at this point in the history
  • Loading branch information
madhur-tandon committed Nov 14, 2022
1 parent b445f8a commit 9521bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyscriptjs/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import './styles/pyscript_base.css';
import { loadConfigFromElement } from './pyconfig';
import type { AppConfig } from './pyconfig';
import type { Runtime } from './runtime';
import { type Plugin, PluginManager } from './plugin';
import { PluginManager } from './plugin';
import { make_PyScript, initHandlers, mountElements } from './components/pyscript';
import { PyLoader } from './components/pyloader';
import { PyodideRuntime } from './pyodide';
Expand Down

0 comments on commit 9521bc7

Please sign in to comment.