Skip to content

Commit

Permalink
Reformatted with latest black.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Feb 3, 2025
1 parent 6cc967a commit f5898f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/antsibull_changelog/changes.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def _sort_dict_by_key(dictionary: Mapping[str, Any]) -> dict[str, Any]:


def _sort_modules_plugins_objects(
object_list: Sequence[Mapping[str, Any]]
object_list: Sequence[Mapping[str, Any]],
) -> list[dict[str, Any]]:
return sorted(
(_sort_dict_by_key(obj) for obj in object_list), key=lambda obj: obj["name"]
Expand Down

0 comments on commit f5898f9

Please sign in to comment.