mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 03:58:39 +02:00
Another import test
This commit is contained in:
parent
8db3f66c42
commit
0896401169
2 changed files with 12 additions and 12 deletions
|
@ -8,18 +8,17 @@ 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,
|
||||
common as epp,
|
||||
extensions,
|
||||
info as eppInfo,
|
||||
RegistryError,
|
||||
ErrorCode,
|
||||
)
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
from epplibwrapper import (
|
||||
|
||||
CLIENT as registry,
|
||||
commands,
|
||||
common as epp,
|
||||
extensions,
|
||||
info as eppInfo,
|
||||
RegistryError,
|
||||
ErrorCode,
|
||||
)
|
||||
|
||||
|
||||
from registrar.utility.errors import (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue