diff --git a/bikeshop_project/registration/tests/test_models.py b/bikeshop_project/registration/tests/test_models.py index c025a9e..0a3a14f 100644 --- a/bikeshop_project/registration/tests/test_models.py +++ b/bikeshop_project/registration/tests/test_models.py @@ -1,6 +1,5 @@ from django.test import TestCase - from ..models import CustomUser, Member