1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-22 00:02:28 +00:00

removed unneccessary defaultdict import

This commit is contained in:
drevicko 2017-05-08 14:32:53 +01:00 committed by GitHub
parent ec1a2ff5f9
commit 400f647b7b

View File

@ -1,6 +1,5 @@
from senpy.plugins import EmotionConversionPlugin
from senpy.models import EmotionSet, Emotion, Error
from collections import defaultdict
import logging
logger = logging.getLogger(__name__)