Skip to content

Commit 75d289e

Browse files
authored
Sort imports
1 parent e0a9b40 commit 75d289e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/core/test_util.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import os
1010
import unittest
1111
from collections import Counter
12-
from datetime import datetime, time, timedelta, timezone, date
12+
from datetime import date, datetime, time, timedelta, timezone
1313

1414
from pythainlp.corpus import _CORPUS_PATH, thai_words
1515
from pythainlp.corpus.common import _THAI_WORDS_FILENAME
@@ -49,6 +49,7 @@
4949
text_to_arabic_digit,
5050
text_to_num,
5151
text_to_thai_digit,
52+
th_zodiac,
5253
thai_digit_to_arabic_digit,
5354
thai_keyboard_dist,
5455
thai_strftime,
@@ -60,10 +61,9 @@
6061
time_to_thaiword,
6162
tis620_to_utf8,
6263
to_idna,
64+
to_lunar_date,
6365
tone_detector,
6466
words_to_num,
65-
to_lunar_date,
66-
th_zodiac,
6767
)
6868
from pythainlp.util.morse import morse_decode, morse_encode
6969

0 commit comments

Comments
 (0)