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
Ignore error about incompatible override in RowProxy (#230)
The signature of `Mapping.items` was changed in typeshed. I'm not
sure whether sqlalchemy conforms strictly to the new signature, so
I'm keeping the current signature and silencing the error.
0 commit comments