Skip to content

Commit

Permalink
Fixed pylint for duplicate code.
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanu73 committed Nov 8, 2023
1 parent ea6e61d commit e19aa0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tap_linkedin_ads/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def sync(client, config, catalog, state):
if stream_name in selected_streams:
stream_obj.write_schema(catalog)

#pylint: disable=duplicate-code
total_records, max_bookmark_value = stream_obj.sync_endpoint(
client=client, catalog=catalog,
config=config,
Expand Down

0 comments on commit e19aa0e

Please sign in to comment.