Remove a useless line of code from “your first XMPP bot” example
This commit is contained in:
parent
170bd51387
commit
e75a160d52
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ Here's your first Slixmpp Bot:
|
|||
import logging
|
||||
|
||||
from slixmpp import ClientXMPP
|
||||
from slixmpp.exceptions import IqError, IqTimeout
|
||||
|
||||
|
||||
class EchoBot(ClientXMPP):
|
||||
|
|
Loading…
Reference in a new issue