Skip to content

Commit f118fa1

Browse files
committed
Remove docstring indentation
1 parent 2ac0f7a commit f118fa1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

adafruit_io/adafruit_io.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -871,14 +871,14 @@ def receive_user_rate_info(self):
871871
872872
:code-block: json
873873
{
874-
"data_rate_limit": 90,
875-
"active_data_rate": 2,
876-
"authentication_rate": 0,
877-
"subscribe_authorization_rate": 0,
878-
"publish_authorization_rate": 0,
879-
"hourly_ban_rate": 0,
880-
"mqtt_ban_error_message": null,
881-
"sms_message_limit": 0
874+
"data_rate_limit": 90,
875+
"active_data_rate": 2,
876+
"authentication_rate": 0,
877+
"subscribe_authorization_rate": 0,
878+
"publish_authorization_rate": 0,
879+
"hourly_ban_rate": 0,
880+
"mqtt_ban_error_message": null,
881+
"sms_message_limit": 0
882882
}
883883
"""
884884
path = self._compose_path("throttle")

0 commit comments

Comments
 (0)