Skip to content

Commit ab2f696

Browse files
committed
Fix docstring for receive_user_rate_info
1 parent 2ac0f7a commit ab2f696

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_io/adafruit_io.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -880,6 +880,7 @@ def receive_user_rate_info(self):
880880
"mqtt_ban_error_message": null,
881881
"sms_message_limit": 0
882882
}
883+
883884
"""
884885
path = self._compose_path("throttle")
885886
return self._get(path)

0 commit comments

Comments
 (0)