Format code with yapf
This commit fixes the style issues introduced in b779a6a according to the output
from yapf.
Details: https://deepsource.io/gh/kokarare1212/librespot-python/transform/ef955754-0053-413b-8235-a6a87e8254d0/
This commit is contained in:
committed by
GitHub
parent
b779a6a7d7
commit
cec130aa39
@@ -249,7 +249,8 @@ class MercuryClient(PacketsReceiver.PacketsReceiver, Closeable):
|
||||
payload: typing.List[bytes]
|
||||
status_code: int
|
||||
|
||||
def __init__(self, header: Mercury.Header, payload: typing.List[bytes]):
|
||||
def __init__(self, header: Mercury.Header,
|
||||
payload: typing.List[bytes]):
|
||||
self.uri = header.uri
|
||||
self.status_code = header.status_code
|
||||
self.payload = payload[1:]
|
||||
|
||||
Reference in New Issue
Block a user