We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pandas/tests/indexes/test_numeric.py
1 parent 0c9d4b5 commit 9064539Copy full SHA for 9064539
pandas/tests/indexes/common.py
@@ -31,7 +31,7 @@
31
class Base:
32
""" base class for index sub-class tests """
33
34
- _holder: Optional[Type[Index]] = None
+ _holder = None # type: Optional[Type[Index]]
35
_compat_props = ["shape", "ndim", "size", "nbytes"]
36
37
def test_pickle_compat_construction(self):
0 commit comments