From 35eff941813480575cae4ef080f94ad4b80c3bb4 Mon Sep 17 00:00:00 2001 From: Saeed Rasooli Date: Sat, 7 Dec 2024 11:59:37 +0330 Subject: [PATCH] format tests/g_jmdict_test.py --- tests/g_jmdict_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/g_jmdict_test.py b/tests/g_jmdict_test.py index e89ebc897..6a5fc079c 100644 --- a/tests/g_jmdict_test.py +++ b/tests/g_jmdict_test.py @@ -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)