Commit a31914f
chore(cleanup): cleanup-defensive — drop no-op except in HTTP retry loop
Removed the trailing `except Exception: raise` after the
RETRYABLE_EXCEPTIONS handler in HttpClient.get's retry loop. Without
the catch, non-retryable exceptions propagate identically (Python's
default behavior). Retry semantics unchanged.
Verify: 227/227 tests pass, mypy 36 baseline unchanged, ruff clean.
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>1 parent 7dee512 commit a31914f
1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
439 | 439 | | |
440 | 440 | | |
441 | 441 | | |
442 | | - | |
443 | | - | |
444 | | - | |
445 | | - | |
446 | 442 | | |
447 | 443 | | |
448 | 444 | | |
| |||
0 commit comments