Skip to content

Commit

Permalink
fix: ruff check
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt committed Jan 12, 2024
1 parent 34f6aa4 commit 6e08a0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion konoha/word_tokenizers/janome_tokenizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

from konoha.data.token import Token
from konoha.word_tokenizers.tokenizer import BaseTokenizer
import requests


class JanomeTokenizer(BaseTokenizer):
Expand Down

0 comments on commit 6e08a0e

Please sign in to comment.