mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 13:05:42 +00:00
PEP fixes
This commit is contained in:
@ -5,4 +5,4 @@ A company can be either (or both):
|
||||
|
||||
- Supplier
|
||||
- Customer
|
||||
"""
|
||||
"""
|
||||
|
@ -1,4 +1,4 @@
|
||||
"""
|
||||
"""
|
||||
JSON serializers for Company app
|
||||
"""
|
||||
|
||||
|
@ -17,7 +17,7 @@ from .forms import CompanyImageForm
|
||||
|
||||
|
||||
class CompanyIndex(ListView):
|
||||
""" View for displaying list of companies
|
||||
""" View for displaying list of companies
|
||||
"""
|
||||
|
||||
model = Company
|
||||
|
Reference in New Issue
Block a user