summaryrefslogtreecommitdiff
path: root/numpy/lib/format.pyi
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/lib/format.pyi')
-rw-r--r--numpy/lib/format.pyi6
1 files changed, 3 insertions, 3 deletions
diff --git a/numpy/lib/format.pyi b/numpy/lib/format.pyi
index 092245daf..a4468f52f 100644
--- a/numpy/lib/format.pyi
+++ b/numpy/lib/format.pyi
@@ -1,8 +1,8 @@
-from typing import Any, List, Set, Literal, Final
+from typing import Any, Literal, Final
-__all__: List[str]
+__all__: list[str]
-EXPECTED_KEYS: Final[Set[str]]
+EXPECTED_KEYS: Final[set[str]]
MAGIC_PREFIX: Final[bytes]
MAGIC_LEN: Literal[8]
ARRAY_ALIGN: Literal[64]