core: flake8 1.5 style fix
This commit is contained in:
parent
426d5aea16
commit
9fbb797607
@ -78,8 +78,8 @@ class Backends(list):
|
||||
# the X_by_uri_scheme dicts below.
|
||||
self.with_library = [b for b in backends if b.has_library().get()]
|
||||
self.with_playback = [b for b in backends if b.has_playback().get()]
|
||||
self.with_playlists = [b for b in backends
|
||||
if b.has_playlists().get()]
|
||||
self.with_playlists = [
|
||||
b for b in backends if b.has_playlists().get()]
|
||||
|
||||
self.by_uri_scheme = {}
|
||||
for backend in backends:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user