Skip to content

Commit e03957f

Browse files
Update abi.py
1 parent 187b125 commit e03957f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web3/_utils/abi.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -584,9 +584,9 @@ def normalize_event_input_types(
584584

585585
@curry
586586
def map_abi_data(
587-
normalizers: Sequence[Callable[[TypeStr, Any], Tuple[TypeStr, Any]]],
588-
types: Sequence[TypeStr],
589-
data: Sequence[Any],
587+
normalizers: Iterable[Callable[[TypeStr, Any], Tuple[TypeStr, Any]]],
588+
types: Iterable[TypeStr],
589+
data: Iterable[Any],
590590
) -> Any:
591591
"""
592592
Applies normalizers to your data, in the context of the relevant types.

0 commit comments

Comments
 (0)