Skip to content

Commit d8a23ee

Browse files
committed
Delete unused import in perceptron
1 parent fd49dcd commit d8a23ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pythainlp/tag/perceptron.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
Perceptron part-of-speech tagger
44
"""
55
import os
6-
import pickle
76
from typing import List, Tuple
87

98
from pythainlp.corpus import corpus_path, get_corpus_path

0 commit comments

Comments
 (0)