Aplly isort to commit

Signed-off-by: Aleskei Chetaev <alex.chetaev@gmail.com>
This commit is contained in:
Aleskei Chetaev 2023-02-14 09:09:37 +01:00 committed by Aleksey Chetaev
parent b94c106656
commit c7a69b89e3

View file

@ -8,8 +8,8 @@ from typing import Optional
import allure
from cluster import MainChain, MorphChain
from common import GAS_HASH, MAINNET_BLOCK_TIME, NEOFS_CONTRACT, NEOGO_EXECUTABLE
from neo3.wallet import wallet as neo3_wallet
from neo3.wallet import utils as neo3_utils
from neo3.wallet import wallet as neo3_wallet
from neofs_testlib.cli import NeoGo
from neofs_testlib.shell import Shell
from neofs_testlib.utils.converters import contract_hash_to_address