We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c89b6 commit e7c0102Copy full SHA for e7c0102
pandas/core/indexes/numeric.py
@@ -1,3 +1,5 @@
1
+from __future__ import annotations
2
+
3
from typing import (
4
Callable,
5
Hashable,
0 commit comments