mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 13:57:51 +00:00
Pacify mypy.
This commit is contained in:
parent
1fd81116cb
commit
3b5c6695d5
@ -276,6 +276,15 @@ class _SynchronousProducer(object):
|
||||
consumer.write(self.body)
|
||||
return succeed(None)
|
||||
|
||||
def stopProducing(self):
|
||||
pass
|
||||
|
||||
def pauseProducing(self):
|
||||
pass
|
||||
|
||||
def resumeProducing(self):
|
||||
pass
|
||||
|
||||
|
||||
def create_tahoe_treq_client(root=None):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user