Skip to content

Commit 6bce489

Browse files
committed
formatting
1 parent d080723 commit 6bce489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/maxplotlib/canvas/canvas.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,11 @@ def savefig(
151151
if self._plotted:
152152
self._matplotlib_fig.savefig(full_filepath)
153153
else:
154-
154+
155155
fig, axs = self.plot(
156156
show=False, backend="matplotlib", savefig=True, layers=layers
157157
)
158-
print('done plotting')
158+
print("done plotting")
159159
fig.savefig(full_filepath)
160160
if verbose:
161161
print(f"Saved {full_filepath}")

0 commit comments

Comments
 (0)