Skip to content

Commit

Permalink
misc: ruff format with latest ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt committed Mar 13, 2024
1 parent 181853f commit 2c171dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/konoha/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""__init__.py."""

from importlib.metadata import version

from konoha.sentence_tokenizer import SentenceTokenizer # NOQA
Expand Down
1 change: 1 addition & 0 deletions src/konoha/data/token.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Token class."""

from typing import Dict
from typing import List
from typing import Optional
Expand Down
1 change: 1 addition & 0 deletions src/konoha/word_tokenizer.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Word Level Tokenizer."""

import warnings
from typing import Dict
from typing import List
Expand Down

0 comments on commit 2c171dd

Please sign in to comment.