We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c79f41 commit 4c8fd48Copy full SHA for 4c8fd48
src/napari_spatialdata/_sdata_widgets.py
@@ -37,7 +37,7 @@
37
and platform.machine() == "arm64"
38
): # pragma: no cover
39
try:
40
- PROBLEMATIC_NUMPY_MACOS = "cibw-run" in np.show_config("dicts")["Python Information"]["path"]
+ PROBLEMATIC_NUMPY_MACOS = "cibw-run" in np.show_config("dicts")["Python Information"]["path"] # type: ignore[call-arg,func-returns-value]
41
except (KeyError, TypeError):
42
PROBLEMATIC_NUMPY_MACOS = False
43
else:
0 commit comments