Commit 5192676
Cipher
style: apply Black auto-formatting
Black reformatted code according to MONAI's style requirements:
- Add blank line after module docstring
- Remove extra blank lines before class definition
- Reformat long assertions to Black's multi-line style
Note: Some lines exceed 120 chars due to f-string messages, which are
allowed per setup.cfg (E501 ignored for strings).
Signed-off-by: Cipher <cipher@openclaw.ai>1 parent a29067a commit 5192676
2 files changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
499 | 499 | | |
500 | 500 | | |
501 | 501 | | |
502 | | - | |
503 | | - | |
504 | 502 | | |
505 | 503 | | |
506 | 504 | | |
| |||
546 | 544 | | |
547 | 545 | | |
548 | 546 | | |
549 | | - | |
550 | | - | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
551 | 551 | | |
552 | 552 | | |
553 | 553 | | |
| |||
0 commit comments