Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaily committed Nov 1, 2024
1 parent 9a18a4f commit 7df1ef7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions awscli/customizations/ec2/decryptpassword.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ def add_to_params(self, parameters, value):
path = os.path.expanduser(path)
if os.path.isfile(path):
self._key_path = path
endpoint_prefix = \
self._operation_model.service_model.endpoint_prefix
service_id = self._operation_model.service_model.service_id
event = 'after-call.%s.%s' % (service_id.hyphenize(),
self._operation_model.name)
Expand Down

0 comments on commit 7df1ef7

Please sign in to comment.