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
We expect the imported mutable_foo_reference in document B to equal "foo". However, we instead see a RuntimeError: mutable_foo_reference could not be resolved.
This can be avoided by explicitly importing either mutable foo or foo, but this additional import should not be necessary.