Skip to content

Commit 85bd7f2

Browse files
committed
Don't type?
1 parent c84a9c6 commit 85bd7f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ def nbytes(self) -> int:
438438
# Additional Methods
439439
# ------------------------------------------------------------------------
440440

441-
def astype(self, dtype, copy: bool = True, errors: str = "raise"):
441+
def astype(self, dtype, copy, errors):
442442
"""
443443
Cast to a NumPy array with 'dtype'.
444444

0 commit comments

Comments
 (0)