Skip to content

Commit ca90c29

Browse files
STY: apply pre-commit fixes
1 parent f7a00a4 commit ca90c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/timedeltas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def __new__(
176176
# GH 63388
177177
if copy is not False:
178178
if dtype is None or astype_is_view(
179-
data.dtype,
179+
data.dtype,
180180
pandas_dtype(dtype),
181181
):
182182
data = data.copy()

0 commit comments

Comments
 (0)