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

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