We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c73cb commit d6af626Copy full SHA for d6af626
design/mvp/canonical-abi/definitions.py
@@ -70,7 +70,7 @@ class InstanceType(ExternType):
70
71
@dataclass
72
class FuncType(ExternType):
73
- params: [ValType|typing.Tuple[str,ValType]]
+ params: [typing.Tuple[str,ValType]]
74
results: [ValType|typing.Tuple[str,ValType]]
75
def param_types(self):
76
return self.extract_types(self.params)
0 commit comments