mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-01 03:16:41 -05:00
Bump version of mypy
This commit is contained in:
parent
c965253e4b
commit
495005360c
7 changed files with 12 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue