mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-11 21:48:20 +02:00
Linter
This commit is contained in:
parent
d7c7fb9d23
commit
b6921b3f4c
2 changed files with 1 additions and 6 deletions
|
@ -2,21 +2,16 @@ from unittest import skip
|
|||
from unittest.mock import MagicMock, patch
|
||||
from django.conf import settings
|
||||
|
||||
from django.test import Client
|
||||
from django.test import TestCase
|
||||
from epplibwrapper.client import EPPLibWrapper
|
||||
from epplibwrapper.utility.pool import EPPConnectionPool
|
||||
from registrar.models.domain import Domain
|
||||
from registrar.tests.common import MockEppLib
|
||||
from registrar.models.domain import registry
|
||||
|
||||
import logging
|
||||
|
||||
try:
|
||||
from epplib.client import Client
|
||||
from epplib import commands
|
||||
from epplib.exceptions import TransportError
|
||||
from epplib.responses import base
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue