We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5f74f1 commit 08ee5d0Copy full SHA for 08ee5d0
src/napari_matplotlib/tests/conftest.py
@@ -1,9 +1,7 @@
1
import os
2
from pathlib import Path
3
-from typing import Any, Dict, Tuple
4
5
import numpy as np
6
-import numpy.typing as npt
7
import pytest
8
from skimage import data
9
@@ -20,7 +18,7 @@ def image_data(request):
20
18
21
19
22
@pytest.fixture
23
-def astronaut_data() -> Tuple[npt.NDArray[Any], Dict[Any, Any]]:
+def astronaut_data():
24
return data.astronaut(), {"rgb": True}
25
26
0 commit comments