We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TypeAliasType
typing_extensions
1 parent e114e49 commit 635d8d7Copy full SHA for 635d8d7
src/_numtype/_dtype.pyi
@@ -1,6 +1,6 @@
1
import ctypes as ct
2
-from typing import Any, TypeAlias, TypeAliasType, type_check_only
3
-from typing_extensions import Protocol, TypeVar
+from typing import Any, TypeAlias, type_check_only
+from typing_extensions import Protocol, TypeAliasType, TypeVar
4
5
import numpy as np
6
from numpy._typing._char_codes import (
0 commit comments