1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

disabled unused langdetect

This commit is contained in:
Igor Chubin
2018-07-14 20:18:48 +00:00
parent b24381c740
commit 96b752ba2d
-1
View File
@@ -20,7 +20,6 @@ import os
import re
import redis
from fuzzywuzzy import process, fuzz
from langdetect import detect
from polyglot.detect import Detector
from polyglot.detect.base import UnknownLanguage
import time