Skip to content

Commit 015d23c

Browse files
committed
Make pre-commit happy
1 parent b5dfebc commit 015d23c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/napari_matplotlib/tests/helpers.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
from io import BytesIO
22

33
import numpy as np
4-
from matplotlib.figure import Figure
5-
64
import pytest
5+
from matplotlib.figure import Figure
76

87

98
def fig_to_array(fig: Figure) -> np.ndarray:

0 commit comments

Comments
 (0)