examples: Remove unused asyncio imports.

This commit is contained in:
Emmanuel Gil Peyrot
2018-10-09 10:57:19 +02:00
parent 8c09d932c8
commit dda4e18b81
10 changed files with 0 additions and 10 deletions

View File

@@ -15,7 +15,6 @@ from argparse import ArgumentParser
import slixmpp
from slixmpp.exceptions import XMPPError
from slixmpp import asyncio
log = logging.getLogger(__name__)