Test fix for scanner

This commit is contained in:
zandercymatics 2023-10-16 13:44:00 -06:00
parent 7bb6bb9e7d
commit 8db3f66c42
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 13 additions and 10 deletions

View file

@ -1,4 +1,3 @@
from collections import deque
import logging
import gevent
from geventconnpool import ConnectionPool

View file

@ -8,6 +8,7 @@ from django_fsm import FSMField, transition, TransitionNotAllowed # type: ignor
from django.db import models
from typing import Any
try:
from epplibwrapper import (
CLIENT as registry,
commands,
@ -17,6 +18,9 @@ from epplibwrapper import (
RegistryError,
ErrorCode,
)
except ImportError:
pass
from registrar.utility.errors import (
ActionNotAllowed,