fix: [Language] fix cld3 import

pull/586/head
Terrtia 2022-06-24 09:16:11 +02:00
parent 860ad9b67d
commit 5ae35c2a86
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import os
import re
import sys
import redis
# import cld3
import cld3
import html2text
from io import BytesIO

View File

@ -6,7 +6,7 @@ import os
import re
import sys
import redis
# import cld3
import cld3
import html2text
from io import BytesIO