Skip to content

Commit dc54445

Browse files
Format code with yapf
1 parent c3865ca commit dc54445

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

librespot/crypto.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,7 @@ class Type:
168168
@staticmethod
169169
def parse(val: typing.Union[bytes, None]) -> typing.Union[bytes, None]:
170170
for cmd in [
171-
Packet.Type.__dict__[attr]
172-
for attr in Packet.Type.__dict__
171+
Packet.Type.__dict__[attr] for attr in Packet.Type.__dict__
173172
if re.search("__.+?__", attr) is None
174173
and type(Packet.Type.__dict__[attr]) is bytes
175174
]:

0 commit comments

Comments
 (0)