2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

PEP fixes

This commit is contained in:
Oliver Walters
2022-05-04 18:46:07 +10:00
parent 104f9d4a70
commit 88dbd5aa74
3 changed files with 4 additions and 6 deletions

View File

@ -5,6 +5,9 @@ from datetime import datetime, timedelta
from django.urls import reverse
from django.contrib.auth import get_user_model
from django.contrib.auth.models import Group
from rest_framework.test import APITestCase
from rest_framework import status

View File

@ -3,6 +3,7 @@ from __future__ import unicode_literals
from django.test import TestCase
from django.urls import reverse
from django.contrib.auth import get_user_model
from django.contrib.auth.models import Group