2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

PEP fixes

This commit is contained in:
Oliver Walters
2019-04-28 01:09:48 +10:00
parent aa04941bf1
commit d55ea1a982
14 changed files with 15 additions and 17 deletions

View File

@ -5,4 +5,4 @@ A company can be either (or both):
- Supplier
- Customer
"""
"""

View File

@ -1,4 +1,4 @@
"""
"""
JSON serializers for Company app
"""

View File

@ -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