mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-23 12:12:59 -05:00
remove unused imports
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import * as jsyaml from 'js-yaml';
|
import * as jsyaml from 'js-yaml';
|
||||||
|
|
||||||
import { pyodideLoaded, loadedEnvironments, mode, addInitializer } from '../stores';
|
import { pyodideLoaded, addInitializer } from '../stores';
|
||||||
import { loadPackage, loadFromFile } from '../interpreter';
|
import { loadPackage, loadFromFile } from '../interpreter';
|
||||||
|
|
||||||
// Premise used to connect to the first available pyodide interpreter
|
// Premise used to connect to the first available pyodide interpreter
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import { BaseEvalElement } from './base';
|
import { BaseEvalElement } from './base';
|
||||||
import { addClasses, ltrim, htmlDecode } from '../utils';
|
import { addClasses, htmlDecode } from '../utils';
|
||||||
|
|
||||||
export class PyTitle extends BaseEvalElement {
|
export class PyTitle extends BaseEvalElement {
|
||||||
shadow: ShadowRoot;
|
shadow: ShadowRoot;
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
from js import document, setInterval, console
|
from js import document, console
|
||||||
import micropip
|
|
||||||
import asyncio
|
import asyncio
|
||||||
import io, base64, sys
|
import io, base64
|
||||||
|
|
||||||
loop = asyncio.get_event_loop()
|
loop = asyncio.get_event_loop()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user