clean up repl class attrs

This commit is contained in:
Fabio Pliger
2022-04-19 10:58:20 -05:00
parent 6541c9dc98
commit 9e47644238
2 changed files with 0 additions and 3 deletions

View File

@@ -47,8 +47,6 @@ function createCmdHandler(el){
export class PyRepl extends BaseEvalElement {
editor: EditorView;
editorNode: HTMLElement;
code: string;
theme: string;
constructor() {
super();