Skip to content

Commit

Permalink
Fixed pylint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lsundaralingam committed Feb 20, 2021
1 parent 0c6cad9 commit 52eb222
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from azure.communication.sms._generated.models import (
SendMessageRequest,
SmsRecipient,
SmsSendResult,
SmsSendOptions,
)

Expand Down Expand Up @@ -109,7 +108,7 @@ def send(self, from_, # type: str
message=message,
sms_send_options=sms_send_options,
**kwargs)

return self._sms_service_client.sms.send(
request,
cls=lambda pr, r, e: r.value,
Expand Down

0 comments on commit 52eb222

Please sign in to comment.