Skip to content

Commit 78e6136

Browse files
committed
update import error
1 parent 710672c commit 78e6136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/model/data_sources/test_zarr_data_source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from pydantic_ome_ngff.v04.multiscale import Group
99

1010
pydantic = True
11-
except ImportError:
11+
except (ImportError, TypeError):
1212
pydantic = False
1313

1414
from navigate.tools.file_functions import delete_folder

0 commit comments

Comments
 (0)