Skip to content

Commit

Permalink
rm unused ignore
Browse files Browse the repository at this point in the history
Signed-off-by: nstarman <nstarman@users.noreply.github.com>
  • Loading branch information
nstarman committed Dec 6, 2023
1 parent d5c9181 commit ec65bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/galdynamix/dynamics/mockstream/_df/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def scan_fn(carry: Carry, t: jt.Numeric) -> tuple[Carry, Wif]:
i=i,
seed_num=seed_num,
)
return (i + 1, *output), tuple(output) # type: ignore[return-value]
return (i + 1, *output), tuple(output)

init_carry = (
0,
Expand Down

0 comments on commit ec65bc3

Please sign in to comment.