Skip to content

Commit

Permalink
Removed type ignore according to type check
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjanag committed Nov 8, 2023
1 parent 9531fbc commit 962659a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cleanvision/utils/viz_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ def plot_image_grid(
set_image_on_axes(images[i], axes[i], titles[i])
else:
set_image_on_axes(images[0], axes, titles[0])
plt.show() # type: ignore
plt.show()

0 comments on commit 962659a

Please sign in to comment.