Skip to content

Commit

Permalink
Refac: Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
konbraphat51 committed Nov 9, 2023
1 parent 2df4d37 commit 16c3154
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pythainlp/util/normalize.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
from pythainlp import thai_consonants as consonants
from pythainlp.tokenize import word_tokenize
from pythainlp.corpus import thai_words
from pythainlp.util import isthaichar
from pythainlp.util.trie import Trie

_DANGLING_CHARS = f"{above_v}{below_v}{tonemarks}\u0e3a\u0e4c\u0e4d\u0e4e"
Expand Down

0 comments on commit 16c3154

Please sign in to comment.