mirror of
https://github.com/pyscript/pyscript.git
synced 2026-04-19 11:00:22 -04:00
remove unused imports
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { BaseEvalElement } from './base';
|
||||
import { addClasses, ltrim, htmlDecode } from '../utils';
|
||||
import { addClasses, htmlDecode } from '../utils';
|
||||
|
||||
export class PyTitle extends BaseEvalElement {
|
||||
shadow: ShadowRoot;
|
||||
|
||||
Reference in New Issue
Block a user