Skip to content

Commit 97f6d67

Browse files
committed
chore: lint
1 parent 973dcff commit 97f6d67

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

web3/_utils/abi.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -623,9 +623,7 @@ def normalizer(datatype, data):
623623

624624

625625
@curry
626-
def abi_data_tree(
627-
types: Iterable[TypeStr], data: Iterable[Any]
628-
) -> "map[ABITypedData]":
626+
def abi_data_tree(types: Iterable[TypeStr], data: Iterable[Any]) -> "map[ABITypedData]":
629627
"""
630628
Decorate the data tree with pairs of (type, data). The pair tuple is actually an
631629
ABITypedData, but can be accessed as a tuple.

0 commit comments

Comments
 (0)