diff options
author | Alex <alexander.l.hunt951@gmail.com> | 2021-03-29 09:27:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 09:27:44 -0400 |
commit | 3eabb1e37b8e88e5ea12492dadd226d8f3984266 (patch) | |
tree | 09350d7aa0675a30205d92129c56e54134c0f85d | |
parent | 84952e26303598c44988328a8c6b327662bdacc2 (diff) | |
download | numpy-3eabb1e37b8e88e5ea12492dadd226d8f3984266.tar.gz |
Remove unnecessary comments
Co-authored-by: Bas van Beek <43369155+BvB93@users.noreply.github.com>
-rw-r--r-- | numpy/__init__.pyi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/__init__.pyi b/numpy/__init__.pyi index 535fb086b..0009d5fd9 100644 --- a/numpy/__init__.pyi +++ b/numpy/__init__.pyi @@ -2549,8 +2549,6 @@ class _DatetimeScalar(Protocol): class datetime64(generic): - #Replaced dt.datetime with _DatetimeScalar per issue #18640 and - #BvB93s recommendation @overload def __init__( self, |