Commit b0b5767
PR #17828: Fix pylint C0301: Line too long in xla_client_test.py
Imported from GitHub PR #17828
Currently Tensorflow CI build (triggered by XLA copybara-service bot) fails with the following pylint errors:
```bash
************* Module python.xla_client_test
third_party/xla/xla/python/xla_client_test.py:3182:0: C0301: Line too long (99/80) (line-too-long)
third_party/xla/xla/python/xla_client_test.py:3185:0: C0301: Line too long (86/80) (line-too-long)
third_party/xla/xla/python/xla_client_test.py:3360:0: C0301: Line too long (87/80) (line-too-long)
```
links:
- tensorflow/tensorflow@dd2c1e9
- https://github.com/tensorflow/tensorflow/actions/runs/11130353052/job/30929504884
This PR fixes the issue
Copybara import of the project:
--
481b02d by Alexander Pivovarov <[email protected]>:
Fix pylint C0301: Line too long in xla_client_test.py
Merging this change closes #17828
COPYBARA_INTEGRATE_REVIEW=#17828 from apivovarov:fix_pylint_xla_client_test.py 481b02d
PiperOrigin-RevId: 6812041591 parent b30b420 commit b0b5767
1 file changed
+9
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3169 | 3169 | | |
3170 | 3170 | | |
3171 | 3171 | | |
3172 | | - | |
3173 | | - | |
3174 | | - | |
3175 | | - | |
3176 | | - | |
3177 | | - | |
3178 | | - | |
3179 | | - | |
3180 | | - | |
3181 | | - | |
3182 | | - | |
| 3172 | + | |
| 3173 | + | |
| 3174 | + | |
| 3175 | + | |
| 3176 | + | |
| 3177 | + | |
3183 | 3178 | | |
3184 | 3179 | | |
3185 | 3180 | | |
| |||
3352 | 3347 | | |
3353 | 3348 | | |
3354 | 3349 | | |
3355 | | - | |
3356 | | - | |
| 3350 | + | |
| 3351 | + | |
| 3352 | + | |
3357 | 3353 | | |
3358 | 3354 | | |
3359 | 3355 | | |
| |||
0 commit comments