mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-05 09:59:24 +00:00
Pacify mypy
This commit is contained in:
parent
0f8100b1e9
commit
96afb0743a
@ -39,6 +39,12 @@ class Producer(object):
|
||||
self.consumer = consumer
|
||||
self.done = False
|
||||
|
||||
def stopProducing(self):
|
||||
pass
|
||||
|
||||
def pauseProducing(self):
|
||||
pass
|
||||
|
||||
def resumeProducing(self):
|
||||
"""Kick off streaming."""
|
||||
self.iterate()
|
||||
|
Loading…
x
Reference in New Issue
Block a user