Skip to content

Commit 9c60e73

Browse files
committed
isort datetimelike.py
1 parent a3a1605 commit 9c60e73

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)