Skip to content

Commit

Permalink
ruff: remove extra newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Sep 23, 2024
1 parent d94ed77 commit a4ad2a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pyglossary/plugins/zimfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ def __iter__(self) -> "Iterator[EntryType | None]": # noqa: PLR0912
continue
yield entry


log.info(f"ZIM Entry Count: {entryCount}")

if not fileNameTooLong:
Expand Down
1 change: 0 additions & 1 deletion tests/g_dsl_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ def test_include(self):
expectedOutputFilePath,
)


def test_russianAmericanEnglish(self):
self.convert_dsl_txt(
"100-RussianAmericanEnglish-ru-en",
Expand Down

0 comments on commit a4ad2a6

Please sign in to comment.