Merge pull request #20 from kokarare1212/deepsource-transform-bfa81f06

Format code with yapf
This commit is contained in:
こうから
2021-04-25 08:59:44 +09:00
committed by GitHub

View File

@@ -852,7 +852,8 @@ class Session(Closeable, SubListener, DealerClient.MessageListener):
class SpotifyAuthenticationException(Exception):
def __init__(self, login_failed: Keyexchange.APLoginFailed):
super().__init__(Keyexchange.ErrorCode.Name(login_failed.error_code))
super().__init__(
Keyexchange.ErrorCode.Name(login_failed.error_code))
class Accumulator:
buffer: bytes = bytes()