Skip to content

Commit

Permalink
fix(bindgen): Add missing List import for python emscripten
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Aug 4, 2023
1 parent fa6d00b commit aa5f73d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function emscriptenFunctionModule(interfaceJson, pypackage, modulePath) {
from pathlib import Path
import os
from typing import Dict, Tuple, Optional
from typing import Dict, Tuple, Optional, List
from .js_package import js_package
Expand Down

0 comments on commit aa5f73d

Please sign in to comment.