Skip to content

Commit 14a866f

Browse files
Update base.py (#529)
clean up old code that prevented #525 from working, fixes #528
1 parent 26048f4 commit 14a866f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

polygon/rest/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ def _get(
110110
"GET",
111111
self.BASE + path,
112112
fields=params,
113-
retries=self.retries,
114113
headers=headers,
115114
)
116115

0 commit comments

Comments
 (0)