Skip to content

Commit

Permalink
fix: pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Oct 4, 2024
1 parent 79a99d7 commit 772f59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/useq/_plate.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
field_validator,
model_validator,
)
from typing_extensions import Annotated

from useq._base_model import FrozenModel, UseqModel
from useq._grid import RandomPoints, RelativeMultiPointPlan, Shape
Expand All @@ -31,7 +32,6 @@

if TYPE_CHECKING:
from pydantic_core import core_schema
from typing_extensions import Annotated

Index = Union[int, List[int], slice]
IndexExpression = Union[Tuple[Index, ...], Index]
Expand Down

0 comments on commit 772f59a

Please sign in to comment.