Skip to content

Commit df98d79

Browse files
committed
DAS-2427: remove methods that aren't used in the lib.
1 parent 9536aa5 commit df98d79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

harmony/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def _session(self):
171171
total=3,
172172
backoff_factor=1, # Wait 1, 2, 4 seconds between retries
173173
status_forcelist=[429, 500, 502, 503, 504],
174-
allowed_methods=["HEAD", "GET", "OPTIONS"],
174+
allowed_methods=["GET"],
175175
raise_on_status=False,
176176
)
177177
adapter = HTTPAdapter(max_retries=retry_strategy)

0 commit comments

Comments
 (0)