Format code with yapf
This commit fixes the style issues introduced in 3df41f0 according to the output
from yapf.
Details: https://deepsource.io/gh/kokarare1212/librespot-python/transform/8943cbb4-879c-4a5f-8f77-e14c8c5ac178/
This commit is contained in:
committed by
GitHub
parent
3df41f04fc
commit
45e69da1a8
@@ -24,8 +24,7 @@ class ShowId(SpotifyId.SpotifyId):
|
||||
|
||||
@staticmethod
|
||||
def from_base62(base62: str) -> ShowId:
|
||||
return ShowId(
|
||||
Utils.bytes_to_hex(ShowId._BASE62.decode(base62, 16)))
|
||||
return ShowId(Utils.bytes_to_hex(ShowId._BASE62.decode(base62, 16)))
|
||||
|
||||
@staticmethod
|
||||
def from_hex(hex_str: str) -> ShowId:
|
||||
|
||||
Reference in New Issue
Block a user