Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
olivmath committed Oct 19, 2024
1 parent eae12bc commit 0f22349
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion merkly/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def keccak(data: bytes) -> bytes:
return keccaky.hash_it_bytes(data)



def half(list_item: List[int]) -> Tuple[int, int]:
"""
# Slice a `x: List[int]` in a pairs
Expand Down

0 comments on commit 0f22349

Please sign in to comment.