Skip to content

Commit 9eda6cc

Browse files
committed
add expected port type
1 parent 6c8cd86 commit 9eda6cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/blocks/utils/python_json_types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ export class FunctionData {
5959
returnType: string = '';
6060
args: ArgData[] = [];
6161
declaringClassName?: string = '';
62+
// TODO: Make this less hacky...
63+
expectedPortType?: string = '';
6264
}
6365

6466
export class ArgData {

0 commit comments

Comments
 (0)