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

PEP fixes

This commit is contained in:
Oliver Walters
2019-04-27 15:25:40 +10:00
parent e7685951e1
commit 0484e62836
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ from .models import Company
class CompanyTest(APITestCase):
"""
"""
Series of tests for the Company DRF API
"""