From 4a2c716b89aebe5b62878c93790879ad5fffa63b Mon Sep 17 00:00:00 2001 From: zenodeapp Date: Mon, 22 Jan 2024 16:36:27 +0100 Subject: [PATCH] Removed indents --- integration_tests/test_upgrade.py | 1 - integration_tests/utils.py | 1 - 2 files changed, 2 deletions(-) diff --git a/integration_tests/test_upgrade.py b/integration_tests/test_upgrade.py index 95c0e0b12b..445ddbc95d 100644 --- a/integration_tests/test_upgrade.py +++ b/integration_tests/test_upgrade.py @@ -219,4 +219,3 @@ def test_cosmovisor_upgrade(custom_cronos: Cronos, tmp_path_factory): custom_cronos.supervisorctl("start", "cronos_777-1-node0", "cronos_777-1-node1") wait_for_new_blocks(custom_cronos.cosmos_cli(), 1) custom_cronos.supervisorctl("stop", "all") - \ No newline at end of file diff --git a/integration_tests/utils.py b/integration_tests/utils.py index 6012539e37..e22337ea81 100644 --- a/integration_tests/utils.py +++ b/integration_tests/utils.py @@ -524,4 +524,3 @@ def send_txs(w3, cli, to, keys, params): sended_hash_set = send_raw_transactions(w3, raw_transactions) return block_num_0, sended_hash_set - \ No newline at end of file