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 Index.query and Index.scan typing issues (pynamodb#748)
Index.query and Index.scan should return a ResultIterator which iterates over instances of the respective model (which is not known at type-check type unless explicitly specified as a generic parameter).