Skip to content

Commit

Permalink
test_comparison_count.py の更新
Browse files Browse the repository at this point in the history
  • Loading branch information
vbkaisetsu authored Sep 4, 2024
1 parent 6681198 commit 12a5039
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_comparison_count.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
from __future__ import annotations

import vaporetto
import Mykytea # type: ignore[import]
from sudachipy import tokenizer as sudachi_tokenizer # type: ignore[import]
import Mykytea
from sudachipy import tokenizer as sudachi_tokenizer
from sudachipy import dictionary as sudachi_dictionary

from pytest_benchmark import fixture # type: ignore[import]
from pytest_benchmark import fixture
from tests import dataset


Expand Down

0 comments on commit 12a5039

Please sign in to comment.