Skip to content

Commit

Permalink
fix import order
Browse files Browse the repository at this point in the history
Signed-off-by: kalyan <[email protected]>
rawwar committed Oct 13, 2023
1 parent 00a3dbe commit 71ab696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opensearch_py_ml/field_mappings.py
Original file line number Diff line number Diff line change
@@ -43,10 +43,10 @@
from pandas.core.dtypes.common import is_bool_dtype # type: ignore
from pandas.core.dtypes.common import (
is_datetime64_any_dtype,
is_timedelta64_dtype,
is_float_dtype,
is_integer_dtype,
is_string_dtype,
is_timedelta64_dtype,
)
from pandas.core.dtypes.inference import is_list_like

0 comments on commit 71ab696

Please sign in to comment.