Skip to content

Commit ae6f764

Browse files
committed
Adds None default for dtype argument
1 parent 1270474 commit ae6f764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/datetimes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1970,7 +1970,7 @@ def sequence_to_datetimes(
19701970

19711971
def sequence_to_dt64ns(
19721972
data,
1973-
dtype: Dtype = None,
1973+
dtype: Dtype | None = None,
19741974
copy: bool = False,
19751975
tz: tzinfo | str = None,
19761976
dayfirst: bool = False,

0 commit comments

Comments
 (0)