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
Currently it merely typehints Item. This is technically correct however it would be better if the typehint explicitly indicated that subclasses of Item, such as Tournament are returned.
Currently it merely typehints
Item. This is technically correct however it would be better if the typehint explicitly indicated that subclasses ofItem, such asTournamentare returned.