mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 10:46:06 +02:00
Remove unused imports
This commit is contained in:
parent
8638ee7dc9
commit
9e16b0b65c
2 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
from unittest import skip
|
||||
from unittest.mock import MagicMock, ANY, call, patch
|
||||
from unittest.mock import MagicMock, ANY, patch
|
||||
|
||||
from django.conf import settings
|
||||
from django.test import Client, TestCase
|
||||
|
|
|
@ -17,7 +17,6 @@ from django.views.generic.edit import FormMixin
|
|||
|
||||
from registrar.models import (
|
||||
Domain,
|
||||
DomainInformation,
|
||||
DomainInvitation,
|
||||
User,
|
||||
UserDomainRole,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue