Format code with yapf
This commit fixes the style issues introduced in 4635bf8 according to the output
from yapf.
Details: https://deepsource.io/gh/kokarare1212/librespot-python/transform/556eb7b2-7632-467e-b1b4-8e463d91a708/
This commit is contained in:
committed by
GitHub
parent
4635bf8d24
commit
fc57a76aa0
@@ -245,7 +245,8 @@ class Session(Closeable, SubListener, DealerClient.MessageListener):
|
||||
self._channelManager = ChannelManager(self)
|
||||
self._api = ApiClient.ApiClient(self)
|
||||
self._cdnManager = CdnManager(self)
|
||||
self._contentFeeder = PlayableContentFeeder.PlayableContentFeeder(self)
|
||||
self._contentFeeder = PlayableContentFeeder.PlayableContentFeeder(
|
||||
self)
|
||||
self._cacheManager = CacheManager(self)
|
||||
self._dealer = DealerClient(self)
|
||||
self._search = SearchManager.SearchManager(self)
|
||||
|
||||
Reference in New Issue
Block a user