Skip to content

Commit

Permalink
Update base.py (#529)
Browse files Browse the repository at this point in the history
clean up old code that prevented #525 from working, fixes #528
  • Loading branch information
kartiksubbarao authored Sep 29, 2023
1 parent 26048f4 commit 14a866f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion polygon/rest/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ def _get(
"GET",
self.BASE + path,
fields=params,
retries=self.retries,
headers=headers,
)

Expand Down

0 comments on commit 14a866f

Please sign in to comment.