Skip to content

Commit 635d8d7

Browse files
committed
✏️ import TypeAliasType from typing_extensions
1 parent e114e49 commit 635d8d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/_numtype/_dtype.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import ctypes as ct
2-
from typing import Any, TypeAlias, TypeAliasType, type_check_only
3-
from typing_extensions import Protocol, TypeVar
2+
from typing import Any, TypeAlias, type_check_only
3+
from typing_extensions import Protocol, TypeAliasType, TypeVar
44

55
import numpy as np
66
from numpy._typing._char_codes import (

0 commit comments

Comments
 (0)