Skip to content

Commit 564d041

Browse files
committed
isort
1 parent 0df537f commit 564d041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/indexes/datetimes/test_constructors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
astype_overflowsafe,
2020
timezones,
2121
)
22+
from pandas.errors import TimezoneDtypeMismatchError
2223

2324
import pandas as pd
2425
from pandas import (
@@ -31,7 +32,6 @@
3132
)
3233
import pandas._testing as tm
3334
from pandas.core.arrays import period_array
34-
from pandas.errors import TimezoneDtypeMismatchError
3535

3636

3737
class TestDatetimeIndex:

0 commit comments

Comments
 (0)