Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
eachanjohnson committed Oct 5, 2024
1 parent 7360f6d commit 03e2ec2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions carabiner/mpl/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def figsaver(
"""

def _figsave(
fig: Figure,
fig: figure.Figure,
name: str,
df: Optional[DataFrame] = None
) -> None:
Expand All @@ -261,4 +261,5 @@ def _figsave(
print_err(f"Saving data at {dataname}")
df.to_csv(dataname, index=False)
return None
return _figave

return _figsave

0 comments on commit 03e2ec2

Please sign in to comment.