Skip to content

Commit

Permalink
Merge pull request #94 from firedancer-io/mjain/fix-generic-prune
Browse files Browse the repository at this point in the history
Fix generic prune function
  • Loading branch information
kbhargava-jump authored Oct 22, 2024
2 parents b431c91 + b5520dd commit f029aa8
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(
harness_ctx: "HarnessCtx", ctx: str | None, effects: dict[str, str | None]
ctx: str | None, effects: dict[str, str | None]
) -> dict[str, str | None] | None:
if ctx is None:
return None
Expand Down

0 comments on commit f029aa8

Please sign in to comment.