summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Hunt <alexander.l.hunt951@gmail.com>2021-03-29 10:43:03 -0400
committerAlexander Hunt <alexander.l.hunt951@gmail.com>2021-03-29 10:43:03 -0400
commit3d4783c4beac8d91fc103542dd186581f83440bc (patch)
treee9db1ec76b8434a9d4f248c513aee22d8b49f14e
parent3ac828e2ba457dea8cf186085cb041349910fe63 (diff)
downloadnumpy-3d4783c4beac8d91fc103542dd186581f83440bc.tar.gz
Remove trailing whitespace
-rw-r--r--numpy/__init__.pyi4
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/__init__.pyi b/numpy/__init__.pyi
index 0009d5fd9..70f1138d3 100644
--- a/numpy/__init__.pyi
+++ b/numpy/__init__.pyi
@@ -2537,7 +2537,7 @@ class object_(generic):
object0 = object_
-# The `datetime64` constructors requires an object with the three attributes below,
+# The `datetime64` constructors requires an object with the three attributes below,
# and thus supports datetime duck typing
class _DatetimeScalar(Protocol):
@property
@@ -2549,7 +2549,7 @@ class _DatetimeScalar(Protocol):
class datetime64(generic):
- @overload
+ @overload
def __init__(
self,
__value: Union[None, datetime64, _CharLike_co, _DatetimeScalar] = ...,