Skip to content

Commit

Permalink
remove type alias
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Jun 19, 2024
1 parent 078dcf5 commit e242f98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pymmcore/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
# so inclined)
from __future__ import annotations
from typing import Any, Final, List, Literal, NewType, overload, Sequence, Tuple, Union
from typing_extensions import TypeAlias

import numpy as np
import numpy.typing as npt
Expand Down

0 comments on commit e242f98

Please sign in to comment.