Pacify mypy.

This commit is contained in:
Itamar Turner-Trauring 2023-06-14 14:09:51 -04:00
parent 1fd81116cb
commit 3b5c6695d5

View File

@ -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):
"""