Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 08ee5d0

Browse filesBrowse files
committed
Remove conftest typing
1 parent f5f74f1 commit 08ee5d0
Copy full SHA for 08ee5d0

File tree

1 file changed

+1
-3
lines changed
Filter options

1 file changed

+1
-3
lines changed

‎src/napari_matplotlib/tests/conftest.py

Copy file name to clipboardExpand all lines: src/napari_matplotlib/tests/conftest.py
+1-3Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import os
22
from pathlib import Path
3-
from typing import Any, Dict, Tuple
43

54
import numpy as np
6-
import numpy.typing as npt
75
import pytest
86
from skimage import data
97

@@ -20,7 +18,7 @@ def image_data(request):
2018

2119

2220
@pytest.fixture
23-
def astronaut_data() -> Tuple[npt.NDArray[Any], Dict[Any, Any]]:
21+
def astronaut_data():
2422
return data.astronaut(), {"rgb": True}
2523

2624

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.