Skip to content

Commit

Permalink
Merge branch 'main' into public-axis
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 authored Nov 20, 2024
2 parents 61a3aad + 569c207 commit 4dabd9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/useq/_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
import numpy as np
from annotated_types import Ge, Gt
from pydantic import Field, field_validator, model_validator
from typing_extensions import Annotated, Self, TypeAlias

from useq._point_visiting import OrderMode, TraversalOrder
from useq._position import (
Expand All @@ -29,8 +30,6 @@
)

if TYPE_CHECKING:
from typing_extensions import Annotated, Self, TypeAlias

PointGenerator: TypeAlias = Callable[
[np.random.RandomState, int, float, float], Iterable[tuple[float, float]]
]
Expand Down

0 comments on commit 4dabd9b

Please sign in to comment.