Commit a82da28
committed
fix(graph-workflow): pass a dict to Edge.from_nodes' metadata argument
Edge normalizes with 'metadata or {}', so kwargs and 'kwargs if kwargs
else None' produce the identical edge; the Optional form only made Pyre
report an incompatible parameter type at the call site.1 parent b223123 commit a82da28
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
828 | 828 | | |
829 | 829 | | |
830 | 830 | | |
831 | | - | |
| 831 | + | |
832 | 832 | | |
833 | 833 | | |
834 | 834 | | |
| |||
0 commit comments