Commit cf71d43
committed
Fix ruff errors: remove unused import and extraneous f-string prefix
- Remove unused `NonEmptyStr` import in datasets.py (F401)
- Remove extraneous `f` prefix on string literal in download.py (F541)
https://claude.ai/code/session_01W8psU8qD4io2AoWLvFxyJh1 parent a03afdb commit cf71d43
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
663 | 663 | | |
664 | 664 | | |
665 | 665 | | |
666 | | - | |
| 666 | + | |
667 | 667 | | |
668 | 668 | | |
669 | 669 | | |
| |||
0 commit comments