Skip to content

Commit 3aa57c6

Browse files
committed
Delete unused variable from longest
1 parent cae175c commit 3aa57c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pythainlp/tokenize/longest.py

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
_TRAILING_CHAR = ["ๆ", "ฯ"]
3939

4040
_RE_NONTHAI = re.compile(r"[A-Za-z\d]*")
41-
_RE_SPACES = re.compile(r"\s+")
4241

4342
_KNOWN = True
4443
_UNKNOWN = False

0 commit comments

Comments
 (0)