Skip to content

Commit 920cb80

Browse files
committed
TYP: remove accidental type alias
1 parent 5a1a00b commit 920cb80

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: array_api_compat/common/_typing.py

-2
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,6 @@ class DTypesAll(DTypesBool, DTypesNumeric):
160160
# `__array_namespace_info__.dtypes(kind=?)` (fallback)
161161
DTypesAny: TypeAlias = Mapping[str, DType]
162162

163-
NormOrder: TypeAlias = JustFloat | Literal[-2, -1, 1, 2]
164-
165163

166164
__all__ = [
167165
"Array",

0 commit comments

Comments
 (0)