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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user