Skip to content

Commit f3bc46e

Browse files
committed
Delete unused import
1 parent effe3b7 commit f3bc46e

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

pythainlp/util/normalize.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"""
55
import re
66
from typing import List, Union
7-
import warnings
87

98
from pythainlp import thai_above_vowels as above_v
109
from pythainlp import thai_below_vowels as below_v

pythainlp/util/time.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
55
Convert time string or time object to Thai words.
66
"""
7-
import warnings
87
from datetime import datetime, time
98
from typing import Union
109

pythainlp/wangchanberta/postag.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import warnings
55
from transformers import (
66
CamembertTokenizer,
7-
AutoTokenizer,
87
pipeline,
98
)
109

0 commit comments

Comments
 (0)