mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-15 05:54:11 +02:00
Linting
This commit is contained in:
parent
06b34f8ed8
commit
d27ab16346
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
from django.test import TestCase
|
from django.test import TestCase
|
||||||
from django.contrib.auth import get_user_model
|
from django.contrib.auth import get_user_model
|
||||||
from registrar.models import Contact, DomainRequest, Domain, DomainInformation
|
from registrar.models import Contact
|
||||||
from registrar.tests.common import completed_domain_request
|
|
||||||
|
|
||||||
|
|
||||||
class TestUserPostSave(TestCase):
|
class TestUserPostSave(TestCase):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue