Skip to content

Commit f66372c

Browse files
Datatype is ParameterSet
Co-authored-by: Mario Vega <[email protected]>
1 parent 0053ec1 commit f66372c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tests/prague/eip7685_general_purpose_el_requests/test_multi_type_requests.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,7 @@ def single_consolidation_from_contract(i: int) -> ConsolidationRequestContract:
102102
return ConsolidationRequestContract(requests=[single_consolidation(i)])
103103

104104

105-
def get_permutations(
106-
n: int = 3,
107-
) -> Generator[
108-
DepositRequest | WithdrawalRequest | ConsolidationRequest,
109-
None,
110-
None,
111-
]:
105+
def get_permutations(n: int = 3) -> Generator[ParameterSet, None, None]:
112106
"""Return possible permutations of the requests from an EOA."""
113107
requests: list = [
114108
(

0 commit comments

Comments
 (0)