Fix import style

pull/2657/head
Piotr Roslaniec 2021-04-23 10:44:52 +02:00
parent 9669280639
commit d2bd4a25f8
1 changed files with 13 additions and 3 deletions

View File

@ -24,11 +24,21 @@ from typing import Iterable, List, Set, Tuple, Union
import maya
import requests
from bytestring_splitter import BytestringSplitter, BytestringSplittingError, PartiallyKwargifiedBytes, \
from bytestring_splitter import (
BytestringSplitter,
PartiallyKwargifiedBytes,
VariableLengthBytestring
)
from constant_sorrow import constant_or_bytes
from constant_sorrow.constants import (CERTIFICATE_NOT_SAVED, FLEET_STATES_MATCH, NOT_SIGNED, NO_KNOWN_NODES,
NO_STORAGE_AVAILIBLE, RELAX, UNKNOWN_VERSION)
from constant_sorrow.constants import (
CERTIFICATE_NOT_SAVED,
FLEET_STATES_MATCH,
NOT_SIGNED,
NO_KNOWN_NODES,
NO_STORAGE_AVAILIBLE,
RELAX,
UNKNOWN_VERSION
)
from cryptography.x509 import Certificate
from eth_utils import to_checksum_address
from requests.exceptions import SSLError