Skip to content

Commit

Permalink
fix: format error causing loop, pylint newline
Browse files Browse the repository at this point in the history
  • Loading branch information
rilesdun committed Sep 26, 2023
1 parent 7510565 commit 14f8650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/accounts/sons/active_sons.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ def get_active_sons():
print(f"Error fetching object {object_id}: {error}", file=sys.stderr)
break

return {"active_sons": results, "son_count": son_count}
return {"active_sons": results, "son_count": son_count}

0 comments on commit 14f8650

Please sign in to comment.