Skip to content

Commit 7490a8d

Browse files
committed
isort datetimelike.py
1 parent feeeb80 commit 7490a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/indexes/datetimelike.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Base and utility classes for tseries type pandas objects.
33
"""
44
import operator
5-
import warnings
65
from typing import Set
6+
import warnings
77

88
import numpy as np
99

0 commit comments

Comments
 (0)