Skip to content

Commit 0525509

Browse files
committed
Merge branch 'bugfix-arrowdtypes-timezone' of https://github.com/Koookadooo/pandas into bugfix-arrowdtypes-timezone
2 parents a814a26 + 8c074f5 commit 0525509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/dtypes/test_dtypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
is_string_dtype,
2121
)
2222
from pandas.core.dtypes.dtypes import (
23-
ArrowDtype,
2423
CategoricalDtype,
2524
DatetimeTZDtype,
2625
IntervalDtype,
@@ -1104,6 +1103,7 @@ def test_update_dtype_errors(self, bad_dtype):
11041103
with pytest.raises(ValueError, match=msg):
11051104
dtype.update_dtype(bad_dtype)
11061105

1106+
11071107
@pytest.mark.parametrize(
11081108
"dtype", [CategoricalDtype, IntervalDtype, DatetimeTZDtype, PeriodDtype]
11091109
)

0 commit comments

Comments
 (0)