We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16628cb commit 7bea094Copy full SHA for 7bea094
pandas/core/indexes/range.py
@@ -1,7 +1,7 @@
1
from datetime import timedelta
2
import operator
3
from sys import getsizeof
4
-from typing import Any, List, Optional
+from typing import Any, List
5
import warnings
6
7
import numpy as np
0 commit comments