Skip to content

Commit 70b2b81

Browse files
committed
fix bug from #411
1 parent 8bf20dc commit 70b2b81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pythainlp/tokenize/newmm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from marisa_trie import Trie
99
from collections import Counter, defaultdict
1010
from pythainlp.corpus.thaiword import get_data
11-
import string as str
1211
class LatticeString(str):
1312
def __new__(cls, value, multi=None, in_dict=True):
1413
''' Return a string instance

0 commit comments

Comments
 (0)