summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2021-11-16 14:53:08 +0900
committerInada Naoki <songofacandy@gmail.com>2021-11-16 14:53:08 +0900
commit9b84e490e7c78ac9bbd76dcf9ce71c1d0c978d81 (patch)
treeaf1349cd333d0e78710be672b0c5c2831ab10220
parent09187421eb0ac7061de83c9c112d738aa1edd2cf (diff)
downloadmsgpack-python-9b84e490e7c78ac9bbd76dcf9ce71c1d0c978d81.tar.gz
Fix black formatting
-rw-r--r--msgpack/fallback.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/msgpack/fallback.py b/msgpack/fallback.py
index 898fe14..4540875 100644
--- a/msgpack/fallback.py
+++ b/msgpack/fallback.py
@@ -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