Skip to content

Commit

Permalink
update prune_effects_fn
Browse files Browse the repository at this point in the history
  • Loading branch information
kbhargava-jump committed Oct 22, 2024
1 parent f029aa8 commit 37cadfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_suite/fuzz_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def encode_hex_compact(buf):


def generic_effects_prune(
ctx: str | None, effects: dict[str, str | None]
ctx: ContextType | None, effects: dict[str, str | None]
) -> dict[str, str | None] | None:
if ctx is None:
return None
Expand Down

0 comments on commit 37cadfb

Please sign in to comment.