We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5dfebc commit 015d23cCopy full SHA for 015d23c
src/napari_matplotlib/tests/helpers.py
@@ -1,9 +1,8 @@
1
from io import BytesIO
2
3
import numpy as np
4
-from matplotlib.figure import Figure
5
-
6
import pytest
+from matplotlib.figure import Figure
7
8
9
def fig_to_array(fig: Figure) -> np.ndarray:
0 commit comments