Skip to content

Commit

Permalink
fix(bindgen): Add List to dispatch function module imports
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed May 26, 2023
1 parent 11a2f9f commit 7bea0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bindgen/python.js
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ function dispatchFunctionModule(interfaceJson, pypackage, modulePath) {
let moduleContent = `# Generated file. Do not edit.
import os
from typing import Dict, Tuple, Optional
from typing import Dict, Tuple, Optional, List
from itkwasm import (
environment_dispatch,`
Expand Down

0 comments on commit 7bea0b8

Please sign in to comment.