Remove unused import caught by Codacy.
This commit is contained in:
parent
5bb347e884
commit
6476cfcde5
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
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):
|
||||
|
|
Loading…
Reference in a new issue