Skip to content

Commit 401a42a

Browse files
Fix import sorting in pandas/core/frame.py via isort
1 parent a73b91f commit 401a42a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/core/frame.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"""
1111

1212
from __future__ import annotations
13-
import pandas as pd
13+
1414
import collections
1515
from collections import abc
1616
from collections.abc import (
@@ -121,6 +121,7 @@
121121
notna,
122122
)
123123

124+
import pandas as pd
124125
from pandas.core import (
125126
algorithms,
126127
common as com,

0 commit comments

Comments
 (0)