fix: remove asyncio hack in slixtest

This commit is contained in:
mathieui 2021-07-04 16:01:48 +02:00
parent 3516016f32
commit ea7f7d8119

View file

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