Fix imports

pull/1881/head
Kieran Prasch 2020-09-21 15:33:56 -07:00 committed by David Núñez
parent 0f63103df8
commit 538aa7924e
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ from umbral.kfrags import KFrag
from web3.exceptions import TimeExhausted
import nucypher
from crypto.api import InvalidNodeCertificate
from nucypher.crypto.api import InvalidNodeCertificate
from nucypher.config.constants import MAX_UPLOAD_CONTENT_LENGTH
from nucypher.config.storages import ForgetfulNodeStorage
from nucypher.crypto.keypairs import HostingKeypair

View File

@ -22,7 +22,7 @@ from twisted.internet import reactor
from twisted.internet.task import LoopingCall
from typing import Union
from crypto.api import InvalidNodeCertificate
from nucypher.crypto.api import InvalidNodeCertificate
from nucypher.network.exceptions import NodeSeemsToBeDown
from nucypher.network.middleware import RestMiddleware
from nucypher.network.nodes import NodeSprout