Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
lint
  • Loading branch information
WweiL committed Jun 9, 2024
commit cc5aa0aceda2635696ce6151ced057d98737c68e
2 changes: 1 addition & 1 deletion python/pyspark/sql/tests/streaming/test_streaming.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def test_streaming_query_name_edge_case(self):
.queryName("")
.start()
)
except PySparkValueError as e:
except PySparkValueError:
error_thrown = True

self.assertTrue(error_thrown)
Expand Down