Skip to content

Commit 65a6bb3

Browse files
dinazavyrDina Saparbaeva (from Dev Box)
andauthored
Removed typo, extra comma in the code. (Azure#37637)
Co-authored-by: Dina Saparbaeva (from Dev Box) <[email protected]>
1 parent d42433b commit 65a6bb3

File tree

1 file changed

+1
-1
lines changed
  • sdk/communication/azure-communication-sms/azure/communication/sms

1 file changed

+1
-1
lines changed

sdk/communication/azure-communication-sms/azure/communication/sms/_sms_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def from_connection_string(cls, conn_str, # type: str
8383
@distributed_trace
8484
def send(self, from_, # type: str
8585
to, # type: Union[str, List[str]]
86-
message, # type: str,
86+
message, # type: str
8787
*,
8888
enable_delivery_report: bool = False,
8989
tag: Optional[str] = None,

0 commit comments

Comments
 (0)