Skip to content

Commit

Permalink
FIX-modin-project#3342: Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Yaroslav Igoshev <[email protected]>
Signed-off-by: Myachev <[email protected]>
  • Loading branch information
anmyachev and YarShev committed Aug 19, 2021
1 parent b990be5 commit 9c0c287
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modin/pandas/test/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,12 +472,12 @@ def assert_empty_frame_equal(df1, df2):
Parameters
----------
df1: pandas.DataFrame or pandas.Series
df2: pandas.DataFrame or pandas.Series
df1 : pandas.DataFrame or pandas.Series
df2 : pandas.DataFrame or pandas.Series
Raises
------
AssertionEror
AssertionError
If check fails.
"""

Expand Down

0 comments on commit 9c0c287

Please sign in to comment.