Skip to content

Commit f57ddc5

Browse files
committed
CLN: Move import of NA to maintain consistent import order
1 parent fe07d18 commit f57ddc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
# see pandas_datetime_exec in pd_datetime.c
1717
import pandas._libs.pandas_parser # isort: skip # type: ignore[reportUnusedImport]
1818
import pandas._libs.pandas_datetime # noqa: F401 # isort: skip # type: ignore[reportUnusedImport]
19-
from pandas._libs.missing import NA
2019
from pandas._libs.interval import Interval
20+
from pandas._libs.missing import NA
2121
from pandas._libs.tslibs import (
2222
NaT,
2323
NaTType,

0 commit comments

Comments
 (0)