Closed RobRuana closed 7 years ago
Since we no longer consider an empty inventory an invalid state, the model check inside of status() is no longer needed. Plus, returning None from status() was breaking our guests table:
status()
None
Since we no longer consider an empty inventory an invalid state, the model check inside of
status()
is no longer needed. Plus, returningNone
fromstatus()
was breaking our guests table: