Skip to content

Commit 9b84e49

Browse files
committed
Fix black formatting
1 parent 0918742 commit 9b84e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msgpack/fallback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ def feed(self, next_bytes):
385385
self._buffer.extend(view)
386386

387387
def _consume(self):
388-
""" Gets rid of the used parts of the buffer. """
388+
"""Gets rid of the used parts of the buffer."""
389389
self._stream_offset += self._buff_i - self._buf_checkpoint
390390
self._buf_checkpoint = self._buff_i
391391

0 commit comments

Comments
 (0)