Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Apr 4, 2024
1 parent aa35205 commit c7e120d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/conversions.c
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ create_py_node_metrics_from_as_node_metrics(as_error *error_p,

int result = PyObject_SetAttrString(py_node_metrics,
node_metrics_fields[i], py_buckets);
Py_DECREF(py_buckets);
Py_DECREF(py_buckets);
if (result == -1) {
PyErr_Clear();
as_error_update(error_p, AEROSPIKE_ERR,
Expand Down

0 comments on commit c7e120d

Please sign in to comment.