2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 20:45:44 +00:00

PEP fixes

This commit is contained in:
Oliver Walters
2019-04-25 03:20:25 +10:00
parent 7c91c9ba79
commit 7b68310d73
12 changed files with 47 additions and 68 deletions

View File

@ -6,8 +6,6 @@ from django.test import TestCase
from .models import Build
from part.models import Part
# Create your tests here.
class BuildTestSimple(TestCase):
@ -56,4 +54,3 @@ class BuildTestSimple(TestCase):
def test_required_parts(self):
# TODO - Generate BOM for test part
pass