Skip to content

Commit

Permalink
airbyte-cdk: ruff format
Browse files Browse the repository at this point in the history
  • Loading branch information
aldogonzalez8 committed Jan 6, 2025
1 parent 100ce81 commit 513a533
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1512,7 +1512,12 @@ def create_exponential_backoff_strategy(
)

def create_http_requester(
self, model: HttpRequesterModel, config: Config, decoder: Decoder=JsonDecoder(parameters={}), *, name: str
self,
model: HttpRequesterModel,
config: Config,
decoder: Decoder = JsonDecoder(parameters={}),
*,
name: str,
) -> HttpRequester:
authenticator = (
self._create_component_from_model(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2644,14 +2644,14 @@ def test_create_custom_retriever():
"type": "DpathExtractor",
"field_path": [],
},
"$parameters": { "name": ""}
"$parameters": {"name": ""},
},
"requester": {
"type": "HttpRequester",
"name": "list",
"url_base": "orange.com",
"path": "/v1/api",
"$parameters": {"name": ""}
"$parameters": {"name": ""},
},
},
}
Expand Down

0 comments on commit 513a533

Please sign in to comment.