Skip to content

Commit

Permalink
chore: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Sep 21, 2023
1 parent 237822e commit 7c2e85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycaputo/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def figure(filename: PathLike | None = None, **kwargs: Any) -> Iterator[Any]:
if filename is not None:
savefig(fig, filename, **kwargs)
else:
mp.show() # type: ignore[no-untyped-call]
mp.show() # type: ignore[no-untyped-call]

mp.close(fig)

Expand Down

0 comments on commit 7c2e85c

Please sign in to comment.