Skip to content

Commit

Permalink
Also fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
NickDarvey committed Apr 26, 2024
1 parent 59b0abb commit 9e33076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awscrt/mqtt5.py
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@ class UnsubackPacket:
Args:
reason_string (str): Additional diagnostic information about the result of the UNSUBSCRIBE attempt.
user_properties (Sequence[UserProperty]): List of MQTT5 user properties included with the packet.
reason_codes (Sequence[DisconnectReasonCode]): A list of reason codes indicating the result of unsubscribing from each individual topic filter entry in the associated UNSUBSCRIBE packet.
reason_codes (Sequence[UnsubackReasonCode]): A list of reason codes indicating the result of unsubscribing from each individual topic filter entry in the associated UNSUBSCRIBE packet.
"""
reason_string: str = None
Expand Down

0 comments on commit 9e33076

Please sign in to comment.