mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 12:36:45 +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…
x
Reference in New Issue
Block a user