mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-01 03:00:54 +00:00
PEP fixes
This commit is contained in:
@ -501,7 +501,6 @@ class StockItem(MPTTModel):
|
||||
|
||||
return self.expiry_date < expiry_date
|
||||
|
||||
|
||||
def is_expired(self):
|
||||
"""
|
||||
Returns True if this StockItem is "expired".
|
||||
|
Reference in New Issue
Block a user