From c7a69b89e31b8d85de69cee1203a89c883a383f6 Mon Sep 17 00:00:00 2001 From: Aleskei Chetaev Date: Tue, 14 Feb 2023 09:09:37 +0100 Subject: [PATCH] Aplly isort to commit Signed-off-by: Aleskei Chetaev --- robot/resources/lib/python_keywords/payment_neogo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot/resources/lib/python_keywords/payment_neogo.py b/robot/resources/lib/python_keywords/payment_neogo.py index e80893d5..d347c4c1 100644 --- a/robot/resources/lib/python_keywords/payment_neogo.py +++ b/robot/resources/lib/python_keywords/payment_neogo.py @@ -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