Skip to content

Commit 94576a4

Browse files
Lint
1 parent adb16e1 commit 94576a4

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

modin/pandas/dataframe.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@
44

55
import pandas
66
from pandas.api.types import is_scalar
7-
from pandas.compat import (
8-
to_str,
9-
string_types,
10-
numpy as numpy_compat,
11-
cPickle as pkl,
12-
)
7+
from pandas.compat import to_str, string_types, numpy as numpy_compat, cPickle as pkl
138
from pandas.core.common import (
149
count_not_none,
1510
_pipe,

0 commit comments

Comments
 (0)