Skip to content

Commit

Permalink
FIX-modin-project#2442: lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Chigarev <[email protected]>
  • Loading branch information
dchigarev committed Dec 9, 2020
1 parent 753b31a commit db173b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion modin/pandas/dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
import warnings

from modin.error_message import ErrorMessage
from modin.utils import _inherit_docstrings, to_pandas, hashable, try_cast_to_pandas
from modin.utils import _inherit_docstrings, to_pandas, hashable
from modin.config import IsExperimental
from .utils import (
from_pandas,
Expand Down
1 change: 0 additions & 1 deletion modin/test/backends/pandas/test_internals.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

from modin.pandas.test.utils import (
test_data_values,
test_data_keys,
create_test_dfs,
df_equals,
)
Expand Down

0 comments on commit db173b2

Please sign in to comment.