Skip to content

Commit 09b566a

Browse files
fixed queue client type declaration (#13224)
1 parent f451b9e commit 09b566a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/storage/azure-storage-queue/azure/storage/queue/_queue_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def from_connection_string(
158158
credential=None, # type: Any
159159
**kwargs # type: Any
160160
):
161-
# type: (...) -> None
161+
# type: (...) -> QueueClient
162162
"""Create QueueClient from a Connection String.
163163
164164
:param str conn_str:

0 commit comments

Comments
 (0)