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:
committed by
GitHub
parent
1eca34a601
commit
5e0434c904
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user