mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 08:52:16 +02:00
Correct imports
This commit is contained in:
parent
2bbd5c4282
commit
d27cf623f5
2 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,7 @@ from registrar.models import (
|
|||
)
|
||||
from registrar.models.public_contact import PublicContact
|
||||
|
||||
from django.core.management import call_command
|
||||
from unittest.mock import patch, call
|
||||
from epplibwrapper import commands, common
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@ This file tests the various ways in which the registrar interacts with the regis
|
|||
"""
|
||||
from django.test import TestCase
|
||||
from django.db.utils import IntegrityError
|
||||
from django.core.management import call_command
|
||||
from unittest.mock import MagicMock, patch, call
|
||||
import datetime
|
||||
from registrar.models import Domain, Host, HostIP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue