Skip to content

Commit

Permalink
HARMONY-1721: Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-durbin committed Mar 13, 2024
1 parent 3376186 commit 40b6e30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion harmony/harmony.py
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,6 @@ def _get_prepared_request(self, request: BaseRequest) -> requests.models.Prepare
files=all_files,
headers=headers)
else:
method = self._http_method(request)
r = requests.models.Request('GET',
self._submit_url(request),
params=params,
Expand Down

0 comments on commit 40b6e30

Please sign in to comment.