Skip to content

Commit

Permalink
chore: fix type hint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Feb 13, 2025
1 parent f58fa94 commit 4d47559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysr/expression_specs.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def __init__(
*,
expressions: list[str],
variable_names: list[str],
parameters: list[str] | None = None,
parameters: dict[str, int] | None = None,
) -> None: ...

def __init__(
Expand Down

0 comments on commit 4d47559

Please sign in to comment.