fixed linting errors

This commit is contained in:
Princiya Sequeira
2022-04-28 00:19:22 +02:00
parent 0fbf06440f
commit 971b6903fa

View File

@@ -121,7 +121,7 @@ export class PyRepl extends BaseEvalElement {
this.btnRun.onclick = wrap(this);
function wrap(el: any){
async function evaluatePython() {
function evaluatePython() {
el.evaluate();
}
return evaluatePython;