mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-22 08:12:27 +00:00
removed unneccessary defaultdict import
This commit is contained in:
parent
ec1a2ff5f9
commit
400f647b7b
@ -1,6 +1,5 @@
|
|||||||
from senpy.plugins import EmotionConversionPlugin
|
from senpy.plugins import EmotionConversionPlugin
|
||||||
from senpy.models import EmotionSet, Emotion, Error
|
from senpy.models import EmotionSet, Emotion, Error
|
||||||
from collections import defaultdict
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
Loading…
Reference in New Issue
Block a user