Commit cedea5b
authored
FIX Remove duplicate VBLoRAConfig entry from peft.__all__ (#3279)
`peft.__all__` listed `"VBLoRAConfig"` twice. Duplicate entries in `__all__` silently confuse documentation tooling, IDE auto-import, and linters that rely on `__all__` to determine the public API surface. It's the only duplicate among the 138 entries.
* FIX Remove duplicate VBLoRAConfig entry from peft.__all__
* Add RUF068 to detect duplicate __all__ entries; drop manual test1 parent cad8422 commit cedea5b
2 files changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
286 | 285 | | |
287 | 286 | | |
288 | 287 | | |
| |||
0 commit comments