Bump version of mypy

This commit is contained in:
Erik Johnston 2019-12-12 15:21:12 +00:00
parent c965253e4b
commit 495005360c
7 changed files with 12 additions and 7 deletions

View file

@ -171,7 +171,7 @@ class LogProducer(object):
def stopProducing(self):
self._paused = True
self._buffer = None
self._buffer = deque()
def resumeProducing(self):
self._paused = False