Skip to content

Commit

Permalink
Clean code for PR
Browse files Browse the repository at this point in the history
Signed-off-by: jounaidr <[email protected]>
  • Loading branch information
jounaidr authored and tofu-rocketry committed Dec 12, 2022
1 parent aca1393 commit f5a2569
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ssm/ssm2.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,6 @@ def _send_msg_ams(self, text, msgid):
argo_response = self._ams.publish(self._dest, message, retry=3)
return argo_response['messageIds'][0]


def pull_msg_ams(self):
"""Pull 1 message from the AMS and acknowledge it."""
if self._protocol != Ssm2.AMS_MESSAGING:
Expand Down

0 comments on commit f5a2569

Please sign in to comment.