summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numpy/random/mtrand.pyi1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/random/mtrand.pyi b/numpy/random/mtrand.pyi
index fdf58c7e1..3137b0a95 100644
--- a/numpy/random/mtrand.pyi
+++ b/numpy/random/mtrand.pyi
@@ -125,7 +125,6 @@ class RandomState:
high: Optional[int] = ...,
size: None = ...,
dtype: _DTypeLikeBool = ...,
- endpoint: bool = ...,
) -> bool: ...
@overload
def randint( # type: ignore[misc]