mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-26 07:47:17 +00:00
fix: [Language] fix cld3 import
This commit is contained in:
parent
860ad9b67d
commit
5ae35c2a86
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ import os
|
|||
import re
|
||||
import sys
|
||||
import redis
|
||||
# import cld3
|
||||
import cld3
|
||||
import html2text
|
||||
|
||||
from io import BytesIO
|
||||
|
|
|
@ -6,7 +6,7 @@ import os
|
|||
import re
|
||||
import sys
|
||||
import redis
|
||||
# import cld3
|
||||
import cld3
|
||||
import html2text
|
||||
|
||||
from io import BytesIO
|
||||
|
|
Loading…
Reference in a new issue