mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
Remove an unnecessary six.range use
Ordinary `range` works fine here.
This commit is contained in:
parent
2e39c79440
commit
de62a59d35
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue