Skip to content

Commit

Permalink
FEAT-modin-project#2451: Linting
Browse files Browse the repository at this point in the history
Signed-off-by: William Ma <[email protected]>
  • Loading branch information
williamma12 committed Feb 3, 2021
1 parent f37dbe0 commit c6f0e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modin/pandas/test/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -1325,7 +1325,7 @@ def test_read_multiple_csv(self, request):
# Glob does not guarantee ordering so we have to test both.
try:
df_equals(modin_df, pandas_df1)
except:
except AssertionError:
df_equals(modin_df, pandas_df2)


Expand Down

0 comments on commit c6f0e22

Please sign in to comment.