From da8b9d756613f98cba90b873951464abc0a81856 Mon Sep 17 00:00:00 2001 From: harisang Date: Thu, 1 Feb 2024 18:59:20 +0200 Subject: [PATCH] black fix... --- src/apis/web3api.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/apis/web3api.py b/src/apis/web3api.py index 870095a..f475f11 100644 --- a/src/apis/web3api.py +++ b/src/apis/web3api.py @@ -66,9 +66,7 @@ def get_filtered_receipts( return None return log_receipts - def get_tx_hashes_by_block( - self, start_block: int, end_block: int - ) -> list[str]: + def get_tx_hashes_by_block(self, start_block: int, end_block: int) -> list[str]: """ Function filters hashes by contract address, and block ranges """