Skip to content

Commit 9bbf5c9

Browse files
committed
lint
1 parent 274af59 commit 9bbf5c9

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

awscrt/aws_iot_metrics.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,6 @@ def _tls_cipher_preference_metrics_value(pref):
204204
return mapping.get(pref)
205205

206206

207-
208-
209207
# MQTT5 encoding list
210208
def _get_encoded_feature_list(client_options):
211209
"""Generates the encoded feature list string for metrics from MQTT5 ClientOptions.

source/mqtt5_client.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*
2121
* On success the caller is responsible for calling aws_py_metrics_clean_up()
2222
* to release any memory allocated here (metadata_entries).
23-
*
23+
*
2424
*/
2525
bool aws_py_metrics_parse(PyObject *metrics_py, struct aws_mqtt_iot_metrics *out_metrics);
2626

0 commit comments

Comments
 (0)