This commit is contained in:
Oliver 2021-07-10 23:04:34 +10:00
parent 73e03636a2
commit 7cc1063114

View File

@ -8,8 +8,6 @@ from django.urls import reverse
from django.contrib.auth import get_user_model
from django.contrib.auth.models import Group
from .models import Part, BomItem
class BomExportTest(TestCase):