Skip to content

Commit

Permalink
Apply flake8 formatting to all python files (#1362)
Browse files Browse the repository at this point in the history
  • Loading branch information
Suhaibinator authored Nov 18, 2024
1 parent 1f59cb8 commit 193cca6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions text_transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def cleanup_chapter_title(text):
text = text.strip()
return text


def cleanup_en_chapter_title(text):
if not text:
return text
Expand Down

0 comments on commit 193cca6

Please sign in to comment.