From f5a2569a46493c008f8f088be2adb13df3bd76a3 Mon Sep 17 00:00:00 2001 From: jounaidr Date: Thu, 9 Sep 2021 15:13:16 +0100 Subject: [PATCH] Clean code for PR Signed-off-by: jounaidr --- ssm/ssm2.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ssm/ssm2.py b/ssm/ssm2.py index bbf93ad2..c38415c4 100644 --- a/ssm/ssm2.py +++ b/ssm/ssm2.py @@ -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: