Skip to content

Commit

Permalink
Remove redundant user-agent in sample
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Jul 30, 2024
1 parent c70eb6a commit 792beb2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions samples/sample_tap_dummy_json/tap_dummyjson/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ def authenticator(self):
password=self.config["password"],
)

@property
def http_headers(self):
return {"User-Agent": "tap-dummyjson"}

def get_new_paginator(self):
return BaseOffsetPaginator(start_value=0, page_size=PAGE_SIZE)

Expand Down

0 comments on commit 792beb2

Please sign in to comment.