Skip to content

Commit

Permalink
Run ruff check --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaily committed Dec 20, 2024
1 parent cb59d99 commit da56ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awscli/customizations/ec2instanceconnect/websocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def _write_data_from_input(self):

try:
data = self.websocketio.read(self._MAX_BYTES_PER_FRAME)
except InputClosedError as e:
except InputClosedError:
logger.debug("Input closed. Shutting down websocket.")
self.close()

Expand Down

0 comments on commit da56ed1

Please sign in to comment.