We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feeeb80 commit 7490a8dCopy full SHA for 7490a8d
pandas/core/indexes/datetimelike.py
@@ -2,8 +2,8 @@
2
Base and utility classes for tseries type pandas objects.
3
"""
4
import operator
5
-import warnings
6
from typing import Set
+import warnings
7
8
import numpy as np
9
0 commit comments