mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP style fix
This commit is contained in:
parent
48441ea48e
commit
e7f940810a
@ -98,6 +98,7 @@ def get_deleted_company():
|
||||
"""
|
||||
return Company.objects.get_or_create(name='deleted', email='deleted',is_deleted=True)[0]
|
||||
|
||||
|
||||
class Order(ReferenceIndexingMixin):
|
||||
""" Abstract model for an order.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user