Skip to content

Commit 4b4b81e

Browse files
Fix mypy
1 parent 9e3abca commit 4b4b81e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sectionproperties/post/post.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ def plotting_context(
401401

402402
if render:
403403
if pause:
404-
plt.show() # type: ignore
404+
plt.show()
405405
else:
406406
plt.draw()
407407
plt.pause(0.001)

0 commit comments

Comments
 (0)