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
`dict.__or__` is declared to return `dict`; these always return an
`HclDict`, which mypy reads as an incompatible override. The ignore
says which of the two it is.
0 commit comments