Skip to content

Commit

Permalink
revert accidental dupe of _register_s3_events (#867)
Browse files Browse the repository at this point in the history
  • Loading branch information
eoghanmurray authored Nov 26, 2021
1 parent 3a386f2 commit 018e2dd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions aiobotocore/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ async def create_client(self, service_name, region_name, is_secure=True,
verify, credentials, scoped_config, client_config, endpoint_bridge)
service_client = cls(**client_args)
self._register_retries(service_client)
self._register_s3_events(
service_client, endpoint_bridge, endpoint_url, client_config,
scoped_config)
self._register_s3_events(
service_client, endpoint_bridge, endpoint_url, client_config,
scoped_config)
Expand Down

0 comments on commit 018e2dd

Please sign in to comment.