Skip to content

Commit

Permalink
black fix...
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Feb 1, 2024
1 parent 56492d7 commit da8b9d7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/apis/web3api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down

0 comments on commit da8b9d7

Please sign in to comment.