Fix black formatting

This commit is contained in:
Inada Naoki 2021-11-16 14:53:08 +09:00
parent 09187421eb
commit 9b84e490e7

View file

@ -385,7 +385,7 @@ class Unpacker(object):
self._buffer.extend(view)
def _consume(self):
""" Gets rid of the used parts of the buffer. """
"""Gets rid of the used parts of the buffer."""
self._stream_offset += self._buff_i - self._buf_checkpoint
self._buf_checkpoint = self._buff_i