Skip to content

Commit

Permalink
Adjust pydantic import (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanLeRoy authored Oct 18, 2023
1 parent 1e3d0ad commit e12198a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aicsimageio/readers/ome_tiff_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from fsspec.implementations.local import LocalFileSystem
from fsspec.spec import AbstractFileSystem
from ome_types import OME, from_xml
from pydantic.error_wrappers import ValidationError
from pydantic import ValidationError
from tifffile.tifffile import TiffFile, TiffFileError, TiffTags
from xmlschema import XMLSchemaValidationError
from xmlschema.exceptions import XMLSchemaValueError
Expand Down

0 comments on commit e12198a

Please sign in to comment.