Fix AirGapError import and remove remaining is_public references

- Remove AirGapError import from routes.py (class was deleted)
- Remove AirGapError exception handler from cache endpoint
- Remove AirGapError from docstring in upstream.py
- Remove TestUpstreamClientAirGapMode test class
- Remove is_public references from test fixtures and assertions
This commit is contained in:
Mondo Diaz
2026-01-29 13:03:55 -06:00
parent 1f18bb4383
commit 6265c7b9ee
3 changed files with 0 additions and 109 deletions

View File

@@ -278,7 +278,6 @@ class UpstreamClient:
FetchResult with content, hash, size, and headers.
Raises:
AirGapError: If air-gap mode blocks the request.
SourceDisabledError: If the matching source is disabled.
UpstreamConnectionError: On connection failures.
UpstreamTimeoutError: On timeout.