Skip to content

Commit

Permalink
Fix for pylint error
Browse files Browse the repository at this point in the history
  • Loading branch information
drgrigg authored and acabal committed Dec 30, 2023
1 parent d16e207 commit b77add6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion se/se_epub_generate_toc.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ def get_toc_id_for_special_item(node: EasyXmlElement) -> str:
if toc_id:
return toc_id
return ""


def get_level(node: EasyXmlElement, toc_list: list) -> int:
"""
Expand Down

0 comments on commit b77add6

Please sign in to comment.