Format code with yapf

This commit fixes the style issues introduced in 4a016f5 according to the output
from yapf.

Details: https://deepsource.io/gh/kokarare1212/librespot-python/transform/74dc3b43-9daa-43d1-9a5f-092dccfff164/
This commit is contained in:
deepsource-autofix[bot] 2021-05-14 22:07:45 +00:00 committed by GitHub
parent 4a016f5f3f
commit 91c10ab8d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -260,5 +260,3 @@ class TrackId(PlayableId, SpotifyId):
def get_gid(self) -> bytes:
return Utils.hex_to_bytes(self._hexId)