Commit 8cc76fe
[SPARK-54065][PYTHON][TESTS][FOLLOWUP] Remove unused import module from
### What changes were proposed in this pull request?
This PR aims to recover CI by removing `import sys` from `test_python_datasource.py`
After #52967, CI consistently fails because `sys` is no longer used.
### Why are the changes needed?
To recover CI.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
GA.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #52970 from sarutak/followup-SPARK-54065.
Authored-by: Kousuke Saruta <sarutak@amazon.co.jp>
Signed-off-by: Ruifeng Zheng <ruifengz@apache.org>test_python_datasource.py
1 parent 25e8053 commit 8cc76fe
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
0 commit comments