1
0
mirror of https://github.com/pyscript/pyscript.git synced 2022-05-01 19:47:48 +03:00

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); this.btnRun.onclick = wrap(this);
function wrap(el: any){ function wrap(el: any){
async function evaluatePython() { function evaluatePython() {
el.evaluate(); el.evaluate();
} }
return evaluatePython; return evaluatePython;