Skip to content

Commit

Permalink
Update dlt/sources/rest_api/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joscha authored Nov 21, 2024
1 parent 281b61f commit 4cbf8de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dlt/sources/rest_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,6 @@ def _validate_config(config: RESTAPIConfig) -> None:
for resource in resources:
if isinstance(resource, str) or isinstance(resource, DltResource):
continue
_mask_client_config_auth(resource.get("client"))
validate_dict(RESTAPIConfig, c, path=".")


Expand Down

0 comments on commit 4cbf8de

Please sign in to comment.