mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 18:56:15 +02:00
Test fix for scanner
This commit is contained in:
parent
7bb6bb9e7d
commit
8db3f66c42
2 changed files with 13 additions and 10 deletions
|
@ -8,15 +8,19 @@ from django_fsm import FSMField, transition, TransitionNotAllowed # type: ignor
|
|||
|
||||
from django.db import models
|
||||
from typing import Any
|
||||
from epplibwrapper import (
|
||||
CLIENT as registry,
|
||||
commands,
|
||||
common as epp,
|
||||
extensions,
|
||||
info as eppInfo,
|
||||
RegistryError,
|
||||
ErrorCode,
|
||||
)
|
||||
try:
|
||||
from epplibwrapper import (
|
||||
CLIENT as registry,
|
||||
commands,
|
||||
common as epp,
|
||||
extensions,
|
||||
info as eppInfo,
|
||||
RegistryError,
|
||||
ErrorCode,
|
||||
)
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
|
||||
from registrar.utility.errors import (
|
||||
ActionNotAllowed,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue