Skip to content

Commit 7a5fd94

Browse files
committed
isort
1 parent 20c23b7 commit 7a5fd94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/datetimelike.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
from pandas.compat.numpy import function as nv
1616
from pandas.errors import (
1717
AbstractMethodError, NullFrequencyError, PerformanceWarning)
18-
from pandas.util._validators import validate_fillna_kwargs
1918
from pandas.util._decorators import Appender, Substitution
19+
from pandas.util._validators import validate_fillna_kwargs
2020

2121
from pandas.core.dtypes.common import (
2222
is_bool_dtype, is_categorical_dtype, is_datetime64_any_dtype,

0 commit comments

Comments
 (0)