We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a3f1e5 commit 1afa4a5Copy full SHA for 1afa4a5
1 file changed
src/bitmessageqt/__init__.py
@@ -56,8 +56,8 @@
56
import bitmessage_icons_rc # noqa:F401 pylint: disable=unused-import
57
import helper_sent
58
59
-from six.moves import iteritems, itervalues, range as xrange
60
-from six import text_type
+from six import iteritems, itervalues, text_type
+from six.moves range as xrange
61
62
try:
63
from plugins.plugin import get_plugin, get_plugins
0 commit comments