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

adapter.internal minor cleanup

This commit is contained in:
Igor Chubin
2019-05-03 08:14:40 +02:00
parent e21f53d87b
commit 4baf2c3fb1
-1
View File
@@ -11,7 +11,6 @@ import collections
from fuzzywuzzy import process, fuzz
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
from config import CONFIG
from adapter import Adapter
from fmt.internal import colorize_internal