Format code with yapf

This commit fixes the style issues introduced in 1eca34a according to the output
from yapf.

Details: https://deepsource.io/gh/kokarare1212/librespot-python/transform/7b42a1e3-5059-4c2b-b655-a389f01dbf3a/
This commit is contained in:
deepsource-autofix[bot]
2021-09-12 07:56:34 +00:00
committed by GitHub
parent 1eca34a601
commit 5e0434c904
2 changed files with 54 additions and 22 deletions

View File

@@ -57,7 +57,8 @@ class HaltListener:
class MessageListener:
def on_message(self, uri: str, headers: typing.Dict[str, str], payload: bytes):
def on_message(self, uri: str, headers: typing.Dict[str, str],
payload: bytes):
raise NotImplementedError
@@ -75,7 +76,8 @@ class PacketsReceiver:
class RequestListener:
def on_request(self, mid: str, pid: int, sender: str, command: typing.Any) -> DealerClient.RequestResult:
def on_request(self, mid: str, pid: int, sender: str,
command: typing.Any) -> DealerClient.RequestResult:
raise NotImplementedError