Skip to content

Commit

Permalink
Remove docstring indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Aug 5, 2024
1 parent 2ac0f7a commit f118fa1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions adafruit_io/adafruit_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -871,14 +871,14 @@ def receive_user_rate_info(self):
:code-block: json
{
"data_rate_limit": 90,
"active_data_rate": 2,
"authentication_rate": 0,
"subscribe_authorization_rate": 0,
"publish_authorization_rate": 0,
"hourly_ban_rate": 0,
"mqtt_ban_error_message": null,
"sms_message_limit": 0
"data_rate_limit": 90,
"active_data_rate": 2,
"authentication_rate": 0,
"subscribe_authorization_rate": 0,
"publish_authorization_rate": 0,
"hourly_ban_rate": 0,
"mqtt_ban_error_message": null,
"sms_message_limit": 0
}
"""
path = self._compose_path("throttle")
Expand Down

0 comments on commit f118fa1

Please sign in to comment.