From 6476cfcde58ed9b3e2abcf6eac70b1998ae1ec08 Mon Sep 17 00:00:00 2001 From: Clint Olson Date: Mon, 23 Jan 2017 23:58:53 -0800 Subject: Remove unused import caught by Codacy. --- slixmpp/plugins/google/settings/stanza.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slixmpp/plugins/google/settings/stanza.py b/slixmpp/plugins/google/settings/stanza.py index 485b02d8..de66ade4 100644 --- a/slixmpp/plugins/google/settings/stanza.py +++ b/slixmpp/plugins/google/settings/stanza.py @@ -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): -- cgit v1.2.3