Skip to content

Commit f529a9b

Browse files
authored
Reorder import statements in __init__.py
1 parent 432c2ab commit f529a9b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pythainlp/lm/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44

55
__all__: list[str] = ["calculate_ngram_counts", "remove_repeated_ngrams", "Qwen3"]
66

7+
from pythainlp.lm.qwen3 import Qwen3
78
from pythainlp.lm.text_util import (
89
calculate_ngram_counts,
910
remove_repeated_ngrams,
1011
)
11-
12-
from pythainlp.lm.qwen3 import Qwen3

0 commit comments

Comments
 (0)