more cleaning

This commit is contained in:
Fabio Pliger
2022-04-28 14:00:31 -06:00
parent 3f05d33ebc
commit ec38f9c151
5 changed files with 8 additions and 31 deletions

View File

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