8000 remove async from method that is not async anymore · fskydev/pyscript@f957fda · GitHub
[go: up one dir, main page]

Skip to content

Commit f957fda

Browse files
committed
remove async from method that is not async anymore
1 parent f5a6a87 commit f957fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyscriptjs/src/components/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ function createWidget(name: string, code: string, klass: string) {
218218
});
219219
}
220220

221-
async registerWidget() {
221+
registerWidget() {
222222
const pyodide = runtime;
223223
console.log('new widget registered:', this.name);
224224
pyodide.globals.set(this.id, this.proxy);

0 commit comments

Comments
 (0)
0