Commit 308cade
fix: resolve lint errors (undefined use_fast, unused imports, f-strings)
- Remove undefined `use_fast` guard — always log tried sizes on failure
- Remove unused PoolManager import in vm_cli.py
- Remove extraneous f-string prefixes
- Remove unused boto3 and SSH_OPTS imports in aws_vm.py
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent dc1f81f commit 308cade
2 files changed
Lines changed: 4 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
355 | | - | |
356 | | - | |
| 355 | + | |
357 | 356 | | |
358 | 357 | | |
359 | 358 | | |
| |||
594 | 593 | | |
595 | 594 | | |
596 | 595 | | |
597 | | - | |
| 596 | + | |
598 | 597 | | |
599 | 598 | | |
600 | 599 | | |
| |||
1577 | 1576 | | |
1578 | 1577 | | |
1579 | 1578 | | |
1580 | | - | |
1581 | 1579 | | |
1582 | 1580 | | |
1583 | 1581 | | |
| |||
7916 | 7914 | | |
7917 | 7915 | | |
7918 | 7916 | | |
7919 | | - | |
| 7917 | + | |
7920 | 7918 | | |
7921 | 7919 | | |
7922 | 7920 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
350 | | - | |
351 | 350 | | |
352 | 351 | | |
353 | 352 | | |
| |||
519 | 518 | | |
520 | 519 | | |
521 | 520 | | |
522 | | - | |
| 521 | + | |
523 | 522 | | |
524 | 523 | | |
525 | 524 | | |
| |||
0 commit comments