Skip to content

Commit 4c8fd48

Browse files
committed
fix pre-commit
1 parent 0c79f41 commit 4c8fd48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/napari_spatialdata/_sdata_widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
and platform.machine() == "arm64"
3838
): # pragma: no cover
3939
try:
40-
PROBLEMATIC_NUMPY_MACOS = "cibw-run" in np.show_config("dicts")["Python Information"]["path"]
40+
PROBLEMATIC_NUMPY_MACOS = "cibw-run" in np.show_config("dicts")["Python Information"]["path"] # type: ignore[call-arg,func-returns-value]
4141
except (KeyError, TypeError):
4242
PROBLEMATIC_NUMPY_MACOS = False
4343
else:

0 commit comments

Comments
 (0)