Remove an unnecessary six.range use

Ordinary `range` works fine here.
This commit is contained in:
Adrian Sampson 2016-06-25 18:39:29 -07:00
parent 2e39c79440
commit de62a59d35

View file

@ -15,7 +15,6 @@
from __future__ import division, absolute_import, print_function
from six.moves import range
import pylast
from pylast import TopItem, _extract, _number
from beets import ui