Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Nov 17, 2024
1 parent b568102 commit b97e555
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/useq/_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
)

import numpy as np
from annotated_types import Ge, Gt # noqa: TCH002
from annotated_types import Ge, Gt
from pydantic import Field, field_validator, model_validator

from useq._point_visiting import OrderMode, TraversalOrder
Expand Down
2 changes: 1 addition & 1 deletion src/useq/_plate.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
)

import numpy as np
from annotated_types import Gt # noqa: TCH002
from annotated_types import Gt
from pydantic import (
Field,
ValidationInfo,
Expand Down

0 comments on commit b97e555

Please sign in to comment.