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
Fix mypy type errors by using Mapping instead of Dict (#130)
Changed VariableValueDict to VariableValueMapping and updated type
from Dict to Mapping to properly represent immutable type annotations.
Fixed _merge function to use dict() constructor instead of .copy()
since Mapping types don't have a copy method.
0 commit comments