Skip to content

Commit

Permalink
Remove repr for the configured endpoint provider
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaily committed Jun 27, 2023
1 parent 0ac4e2d commit 18be749
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions botocore/configprovider.py
Original file line number Diff line number Diff line change
Expand Up @@ -998,12 +998,3 @@ def _get_endpoint_url_environment_global(self):
return EnvironmentProvider(
name='AWS_ENDPOINT_URL', env=self._environ
).provide()

def __repr__(self):
return (
f'ConfiguredEndpointProvider('
f'full_config={self._full_config}, '
f'scoped_config={self._scoped_config}, '
f'client_name={self._client_name}, '
f'environ={self._environ})'
)

0 comments on commit 18be749

Please sign in to comment.