Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit e12198a

Browse files
authored
Adjust pydantic import (#535)
1 parent 1e3d0ad commit e12198a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aicsimageio/readers/ome_tiff_reader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from fsspec.implementations.local import LocalFileSystem
1111
from fsspec.spec import AbstractFileSystem
1212
from ome_types import OME, from_xml
13-
from pydantic.error_wrappers import ValidationError
13+
from pydantic import ValidationError
1414
from tifffile.tifffile import TiffFile, TiffFileError, TiffTags
1515
from xmlschema import XMLSchemaValidationError
1616
from xmlschema.exceptions import XMLSchemaValueError

0 commit comments

Comments
 (0)