Skip to content

Commit 54fd569

Browse files
lint
1 parent 0e0cc5c commit 54fd569

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

python/pyspark/sql/tests/test_udtf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3958,9 +3958,7 @@ def eval(self):
39583958
"x: array<int>",
39593959
]:
39603960
with self.subTest(ret_type=ret_type):
3961-
with self.assertRaisesRegex(
3962-
PythonException, "UDTF_ARROW_DATA_CONVERSION_ERROR"
3963-
):
3961+
with self.assertRaisesRegex(PythonException, "UDTF_ARROW_DATA_CONVERSION_ERROR"):
39643962
udtf(TestUDTF, returnType=ret_type)().collect()
39653963

39663964
def test_decimal_round(self):

0 commit comments

Comments
 (0)