Skip to content

Commit 9064539

Browse files
fixup! Fix mypy error message in pandas/tests/indexes/test_numeric.py
1 parent 0c9d4b5 commit 9064539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/indexes/common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
class Base:
3232
""" base class for index sub-class tests """
3333

34-
_holder: Optional[Type[Index]] = None
34+
_holder = None # type: Optional[Type[Index]]
3535
_compat_props = ["shape", "ndim", "size", "nbytes"]
3636

3737
def test_pickle_compat_construction(self):

0 commit comments

Comments
 (0)