Skip to content

Commit

Permalink
forgot a line
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlm committed Nov 14, 2023
1 parent dbc8069 commit f4721e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion botocore/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,6 @@ def _resolve_endpoint_ruleset(
request_context['auth_type'] = auth_type
if 'region' in signing_context and ignore_signing_region:
del signing_context['region']
self._maybe_warn_signing_region_mismatch(signing_context)
if 'signing' in request_context:
request_context['signing'].update(signing_context)
else:
Expand Down

0 comments on commit f4721e3

Please sign in to comment.