Skip to content

Commit

Permalink
Remove bad super call. (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Apr 26, 2024
1 parent 6a5a063 commit 62f57ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/antsibull_changelog/changes.py
Expand Up @@ -699,8 +699,6 @@ def sort(self) -> None:
"""
Sort change metadata in place.
"""
super().sort()

for _, config in self.data["releases"].items():
if "modules" in config:
config["modules"] = sorted(
Expand Down

0 comments on commit 62f57ee

Please sign in to comment.