clean pyscript.ts

This commit is contained in:
Fabio Pliger
2022-04-28 14:09:44 -06:00
parent ec38f9c151
commit 99c79acc78
3 changed files with 3 additions and 56 deletions

View File

@@ -1,5 +1,5 @@
import { BaseEvalElement } from './base';
import { addClasses, ltrim, htmlDecode } from '../utils';
import { addClasses, htmlDecode } from '../utils';
export class PyInputBox extends BaseEvalElement {
shadow: ShadowRoot;