8000 TYP: fix missing sys import in numeric.pyi · charris/numpy@12612bd · GitHub
[go: up one dir, main page]

Skip to content

Commit 12612bd

Browse files
committed
TYP: fix missing sys import in numeric.pyi
Motivated by numpy#26788, but we cannot employ that fix directly as NumPy 2.0.x still support Python 3.9.
1 parent cf09a72 commit 12612bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

numpy/_core/numeric.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import sys
12
from collections.abc import Callable, Sequence
23
from typing import (
34
Any,

0 commit comments

Comments
 (0)
0