fix: remove asyncio hack in slixtest
This commit is contained in:
parent
3516016f32
commit
ea7f7d8119
1 changed files with 0 additions and 2 deletions
|
@ -17,9 +17,7 @@ from slixmpp.xmlstream.matcher import StanzaPath, MatcherId, MatchIDSender
|
|||
from slixmpp.xmlstream.matcher import MatchXMLMask, MatchXPath
|
||||
|
||||
import asyncio
|
||||
cls = asyncio.get_event_loop().__class__
|
||||
|
||||
cls.idle_call = lambda self, callback: callback()
|
||||
|
||||
class SlixTest(unittest.TestCase):
|
||||
|
||||
|
|
Loading…
Reference in a new issue