Skip to content

Commit e7c0102

Browse files
committed
import annotations from __future__
1 parent e7c89b6 commit e7c0102

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/core/indexes/numeric.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
from typing import (
24
Callable,
35
Hashable,

0 commit comments

Comments
 (0)