Skip to content

Commit 70ebf5a

Browse files
committed
ignore my py error
1 parent ee37b4d commit 70ebf5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/datetimelike.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2140,7 +2140,7 @@ def _round(self, freq, mode, ambiguous, nonexistent):
21402140
return self._simple_new(result, dtype=self.dtype)
21412141

21422142
@Appender((_round_doc + _round_example).format(op="round"))
2143-
def round(
2143+
def round( # type: ignore[override]
21442144
self,
21452145
freq,
21462146
ambiguous: TimeAmbiguous = "raise",

0 commit comments

Comments
 (0)