We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d36e75 commit 8efd42bCopy full SHA for 8efd42b
doc/source/reference/testing.rst
@@ -66,7 +66,6 @@ Exceptions and warnings
66
errors.PyperclipException
67
errors.PyperclipWindowsException
68
errors.SpecificationError
69
- errors.TimezoneDtypeMismatchError
70
errors.UndefinedVariableError
71
errors.UnsortedIndexError
72
errors.UnsupportedFunctionCall
pandas/core/arrays/datetimes.py
@@ -45,9 +45,7 @@
45
tzconversion,
46
)
47
from pandas._libs.tslibs.dtypes import abbrev_to_npy_unit
48
-from pandas.errors import (
49
- PerformanceWarning,
50
-)
+from pandas.errors import PerformanceWarning
51
from pandas.util._exceptions import find_stack_level
52
from pandas.util._validators import validate_inclusive
53
0 commit comments