mirror of https://github.com/nucypher/nucypher.git
Remove leftover imports of Twisted Logger
parent
1d750af1f9
commit
04239ba532
|
@ -24,10 +24,10 @@ from bytestring_splitter import BytestringSplitter
|
||||||
from constant_sorrow.constants import NO_KNOWN_NODES
|
from constant_sorrow.constants import NO_KNOWN_NODES
|
||||||
from collections import namedtuple, defaultdict
|
from collections import namedtuple, defaultdict
|
||||||
from collections import OrderedDict
|
from collections import OrderedDict
|
||||||
from twisted.logger import Logger
|
|
||||||
|
|
||||||
from .nicknames import Nickname
|
from .nicknames import Nickname
|
||||||
from nucypher.crypto.api import keccak_digest
|
from nucypher.crypto.api import keccak_digest
|
||||||
|
from nucypher.utilities.logging import Logger
|
||||||
|
|
||||||
|
|
||||||
class FleetSensor:
|
class FleetSensor:
|
||||||
|
|
|
@ -31,7 +31,6 @@ from eth_utils import to_checksum_address
|
||||||
from requests.exceptions import SSLError
|
from requests.exceptions import SSLError
|
||||||
from twisted.internet import reactor, task
|
from twisted.internet import reactor, task
|
||||||
from twisted.internet.defer import Deferred
|
from twisted.internet.defer import Deferred
|
||||||
from twisted.logger import Logger
|
|
||||||
|
|
||||||
import nucypher
|
import nucypher
|
||||||
from bytestring_splitter import BytestringSplitter, BytestringSplittingError, PartiallyKwargifiedBytes, \
|
from bytestring_splitter import BytestringSplitter, BytestringSplittingError, PartiallyKwargifiedBytes, \
|
||||||
|
|
Loading…
Reference in New Issue