Skip to content

Commit 13d243f

Browse files
authored
remove undocumented objects_to_datetime64ns (#1521)
1 parent 6a7c381 commit 13d243f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pandas-stubs/core/arrays/datetimes.pyi

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,3 @@ class DatetimeArray(DatetimeLikeArrayMixin, TimelikeOps, DatelikeOps):
7171
is_year_end = ...
7272
is_leap_year = ...
7373
def to_julian_date(self): ...
74-
75-
def objects_to_datetime64ns(
76-
data,
77-
dayfirst,
78-
yearfirst,
79-
utc: bool = ...,
80-
errors: str = ...,
81-
require_iso8601: bool = ...,
82-
allow_object: bool = ...,
83-
): ...

0 commit comments

Comments
 (0)