Skip to content

Commit

Permalink
format tests/g_jmdict_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Dec 7, 2024
1 parent 92144b1 commit 35eff94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/g_jmdict_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
if not lxml.__version__.startswith("5.3."):
raise OSError(f"Found lxml=={lxml.__version__}, must use lxml==5.3")


class TestGlossaryJMdict(TestGlossaryBase):
def __init__(self, *args, **kwargs):
TestGlossaryBase.__init__(self, *args, **kwargs)
Expand Down

0 comments on commit 35eff94

Please sign in to comment.