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