Skip to content

Commit

Permalink
fix: Add DNSResolutionError import
Browse files Browse the repository at this point in the history
Co-Authored-By: Aaron <AJ> Steers <aj@airbyte.io>
  • Loading branch information
devin-ai-integration[bot] and aaronsteers committed Feb 20, 2025
1 parent 8a88e1d commit 8506c83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unit_tests/sources/streams/http/test_http.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
)
from airbyte_cdk.sources.streams.http.exceptions import (
DefaultBackoffException,
DNSResolutionError,
RequestBodyException,
UserDefinedBackoffException,
)
Expand Down

0 comments on commit 8506c83

Please sign in to comment.