Skip to content

Commit 1c75abd

Browse files
authored
re-add comma from edits
1 parent 2e08dfa commit 1c75abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modin/tests/pandas/native_df_interoperability/test_binary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def test_math_functions(other, axis, op, backend, df_mode_pair):
8585
data,
8686
backend,
8787
lambda df1, df2: getattr(df1, op)(other(df2, axis), axis=axis),
88-
df_mode_pair
88+
df_mode_pair,
8989
)
9090

9191

0 commit comments

Comments
 (0)