Commit 166d891
fix(python): break long base64 string to satisfy ruff E501 line length
Split the inline base64-encoded PNG data in the blob attachment E2E
test into a local variable with implicit string concatenation so every
line stays within the 100-character limit enforced by ruff.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent ba04bdf commit 166d891
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
574 | 574 | | |
575 | 575 | | |
576 | 576 | | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
577 | 584 | | |
578 | 585 | | |
579 | 586 | | |
580 | 587 | | |
581 | 588 | | |
582 | | - | |
| 589 | + | |
583 | 590 | | |
584 | 591 | | |
585 | 592 | | |
| |||
0 commit comments