Remove unused import caught by Codacy.

This commit is contained in:
Clint Olson 2017-01-23 23:58:53 -08:00
parent 5bb347e884
commit 6476cfcde5

View File

@ -6,7 +6,7 @@
See the file LICENSE for copying permission. See the file LICENSE for copying permission.
""" """
from slixmpp.xmlstream import ET, ElementBase, register_stanza_plugin from slixmpp.xmlstream import ET, ElementBase
class UserSettings(ElementBase): class UserSettings(ElementBase):