Skip to content

Commit 0df537f

Browse files
committed
case
1 parent 5814dd3 commit 0df537f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/source/reference/testing.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Exceptions and warnings
6666
errors.PyperclipException
6767
errors.PyperclipWindowsException
6868
errors.SpecificationError
69+
errors.TimezoneDtypeMismatchError
6970
errors.UndefinedVariableError
7071
errors.UnsortedIndexError
7172
errors.UnsupportedFunctionCall

pandas/errors/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,6 +1047,7 @@ class TimezoneDtypeMismatchError(ValueError):
10471047
"cannot supply both a tz and a timezone-naive dtype (i.e. datetime64[ns])"
10481048
"""
10491049

1050+
10501051
__all__ = [
10511052
"AbstractMethodError",
10521053
"AttributeConflictWarning",

0 commit comments

Comments
 (0)