Format code with yapf
This commit fixes the style issues introduced in b96b369 according to the output
from yapf.
Details: https://deepsource.io/gh/kokarare1212/librespot-python/transform/be8d92d8-4cc2-4865-94f6-a55f638282f5/
This commit is contained in:
committed by
GitHub
parent
b96b369c3c
commit
a702e60bf1
@@ -166,8 +166,7 @@ class EpisodeId(SpotifyId, PlayableId):
|
||||
if matcher is not None:
|
||||
episode_id = matcher.group(1)
|
||||
return EpisodeId(
|
||||
Utils.bytes_to_hex(
|
||||
PlayableId.BASE62.decode(episode_id, 16)))
|
||||
Utils.bytes_to_hex(PlayableId.BASE62.decode(episode_id, 16)))
|
||||
TypeError("Not a Spotify episode ID: {}".format(uri))
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user