Skip to content

Commit

Permalink
lint: Style cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler committed Dec 8, 2024
1 parent f8a4f06 commit 9714ef3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions encyclopaedia/encyclopaedia_ren.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,14 +192,11 @@ def reverse_sorting(self) -> bool:
"""
return self._reverse_sorting

def _sort_entries(
self,
entries: list[ENTRY_TYPE],
) -> None:
def _sort_entries(self, entries: list[ENTRY_TYPE]) -> None:
"""Sort an entry list.
The Encyclopaedia's `sorting_mode` and `reverse_sorting` attributes
will be used.
are used for sorting.
Args:
entries: The EncEntry list to sort.
Expand Down

0 comments on commit 9714ef3

Please sign in to comment.