Skip to content

Commit f5ca0f4

Browse files
Format code with yapf
This commit fixes the style issues introduced in 287fbbc according to the output from yapf. Details: https://deepsource.io/gh/kokarare1212/librespot-python/transform/84617c1e-f44f-4f57-8da5-04836eaee6a0/
1 parent 287fbbc commit f5ca0f4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

librespot/audio/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ def decoded_length(self):
216216
return self.__decoded_length
217217

218218
class ChunkException(IOError):
219+
219220
@staticmethod
220221
def from_stream_error(stream_error: int):
221222
return AbsChunkedInputStream \
@@ -280,6 +281,7 @@ def get_audio_key(self,
280281
return key
281282

282283
class Callback:
284+
283285
def key(self, key: bytes) -> None:
284286
raise NotImplementedError
285287

0 commit comments

Comments
 (0)