Correct imports

This commit is contained in:
Erin 2024-01-18 16:37:34 -08:00
parent 2bbd5c4282
commit d27cf623f5
No known key found for this signature in database
GPG key ID: 1CAD275313C62460
2 changed files with 1 additions and 1 deletions

View file

@ -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

View file

@ -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