Skip to content

Commit 772f59a

Browse files
committed
fix: pydantic
1 parent 79a99d7 commit 772f59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/useq/_plate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
field_validator,
2424
model_validator,
2525
)
26+
from typing_extensions import Annotated
2627

2728
from useq._base_model import FrozenModel, UseqModel
2829
from useq._grid import RandomPoints, RelativeMultiPointPlan, Shape
@@ -31,7 +32,6 @@
3132

3233
if TYPE_CHECKING:
3334
from pydantic_core import core_schema
34-
from typing_extensions import Annotated
3535

3636
Index = Union[int, List[int], slice]
3737
IndexExpression = Union[Tuple[Index, ...], Index]

0 commit comments

Comments
 (0)