mirror of https://github.com/CIRCL/AIL-framework
fix: [Language] fix cld3 import
parent
860ad9b67d
commit
5ae35c2a86
|
@ -6,7 +6,7 @@ import os
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
import redis
|
import redis
|
||||||
# import cld3
|
import cld3
|
||||||
import html2text
|
import html2text
|
||||||
|
|
||||||
from io import BytesIO
|
from io import BytesIO
|
||||||
|
|
|
@ -6,7 +6,7 @@ import os
|
||||||
import re
|
import re
|
||||||
import sys
|
import sys
|
||||||
import redis
|
import redis
|
||||||
# import cld3
|
import cld3
|
||||||
import html2text
|
import html2text
|
||||||
|
|
||||||
from io import BytesIO
|
from io import BytesIO
|
||||||
|
|
Loading…
Reference in New Issue