Skip to content

Commit

Permalink
flake
Browse files Browse the repository at this point in the history
  • Loading branch information
kudj committed May 11, 2024
1 parent 8fb5469 commit 17c6d38
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion python-sync-actions/src/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import logging
from io import StringIO

import requests
from keboola.component.base import ComponentBase, sync_action
from keboola.component.exceptions import UserException
from nested_lookup import nested_lookup
Expand Down
1 change: 0 additions & 1 deletion python-sync-actions/src/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ def build_api_request(configuration: dict) -> List[Tuple[ApiRequest, RequestCont

placeholders = endpoint_config.get('placeholders', {})


if isinstance(data_field, dict):
path = data_field.get('path')
delimiter = data_field.get("delimiter", ".")
Expand Down

0 comments on commit 17c6d38

Please sign in to comment.