Skip to content

Commit 8d61def

Browse files
chore: lint
1 parent bdba943 commit 8d61def

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web3/_utils/abi.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,9 @@ def normalizer(datatype, data):
622622

623623

624624
@curry
625-
def abi_data_tree(types: Sequence[TypeStr], data: Sequence[Any]) -> List["ABITypedData"]:
625+
def abi_data_tree(
626+
types: Sequence[TypeStr], data: Sequence[Any]
627+
) -> List["ABITypedData"]:
626628
"""
627629
Decorate the data tree with pairs of (type, data). The pair tuple is actually an
628630
ABITypedData, but can be accessed as a tuple.

0 commit comments

Comments
 (0)