xep-0323: unused import

This commit is contained in:
Joshua Downer 2015-05-14 06:26:54 -04:00
parent a8ac115310
commit ac50fdccfc

View File

@ -15,7 +15,6 @@ from threading import Thread, Lock, Timer
from sleekxmpp.plugins.xep_0323.timerreset import TimerReset
from sleekxmpp.xmlstream import JID
from sleekxmpp.xmlstream.handler import Callback
from sleekxmpp.xmlstream.matcher import StanzaPath
from sleekxmpp.plugins.base import BasePlugin