Skip to content

Commit 8efd42b

Browse files
committed
ruff
1 parent 5d36e75 commit 8efd42b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

doc/source/reference/testing.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ Exceptions and warnings
6666
errors.PyperclipException
6767
errors.PyperclipWindowsException
6868
errors.SpecificationError
69-
errors.TimezoneDtypeMismatchError
7069
errors.UndefinedVariableError
7170
errors.UnsortedIndexError
7271
errors.UnsupportedFunctionCall

pandas/core/arrays/datetimes.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@
4545
tzconversion,
4646
)
4747
from pandas._libs.tslibs.dtypes import abbrev_to_npy_unit
48-
from pandas.errors import (
49-
PerformanceWarning,
50-
)
48+
from pandas.errors import PerformanceWarning
5149
from pandas.util._exceptions import find_stack_level
5250
from pandas.util._validators import validate_inclusive
5351

0 commit comments

Comments
 (0)