Skip to content

Commit ad521a0

Browse files
author
octavia-squidington-iii
committed
Auto-fix lint and format issues
1 parent 0a95ed3 commit ad521a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

airbyte_cdk/sources/declarative/partition_routers/substream_partition_router.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@ class SafeResponse(requests.Response):
424424
into a response object. This allows seamless interaction with child records as if they
425425
were original response, ensuring compatibility with methods that expect requests.Response data type.
426426
"""
427+
427428
def __getattr__(self, name: str) -> Any:
428429
return getattr(requests.Response, name, None)
429430

0 commit comments

Comments
 (0)