Skip to content

Commit 2ab9bdb

Browse files
committed
format
1 parent b0509da commit 2ab9bdb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

python/pyspark/pandas/tests/test_numpy_compat.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,9 @@ def test_np_spark_compat_series(self):
130130
almost=True,
131131
)
132132
except Exception as e:
133-
raise AssertionError("Test in '%s' function was failed." % np_name) from e
133+
raise AssertionError(
134+
"Test in '%s' function was failed." % np_name
135+
) from e
134136
finally:
135137
reset_option("compute.ops_on_diff_frames")
136138

0 commit comments

Comments
 (0)