You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will remove "Foo = serde_scope.types["Foo"]" from
the function generated for Foo.
```
def from_dict(data, reuse_instances=True):
if reuse_instances is Ellipsis:
reuse_instances = True
Foo = serde_scope.types["Foo"]
...
```
0 commit comments