removed unneccessary defaultdict import

pull/29/head
drevicko 7 years ago committed by GitHub
parent ec1a2ff5f9
commit 400f647b7b

@ -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__)

Loading…
Cancel
Save