Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Krunal6767 authored Sep 16, 2023
1 parent 85062f0 commit 5fb97d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pandas/api/types/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
"""

from pandas._libs.lib import infer_dtype

from pandas.core.dtypes.api import * # noqa: F403
from pandas.core.dtypes.concat import union_categoricals
from pandas.core.dtypes.dtypes import (
CategoricalDtype,
DatetimeTZDtype,
IntervalDtype,
PeriodDtype,
)
from pandas.core.dtypes.concat import union_categoricals
from pandas.core.dtypes.api import * # noqa: F403

__all__ = [
"infer_dtype",
Expand Down

0 comments on commit 5fb97d0

Please sign in to comment.