eliminate unused return value
This commit is contained in:
parent
43b2cd1433
commit
b68a1838f2
1 changed files with 0 additions and 1 deletions
|
@ -73,7 +73,6 @@ class CryptStreamCreator(StreamCreator):
|
|||
d.addCallback(self._blob_finished)
|
||||
self.finished_deferreds.append(d)
|
||||
log.debug("called close on final blob, returning from make_final_blob")
|
||||
return d
|
||||
|
||||
def _write(self, data):
|
||||
def close_blob(blob):
|
||||
|
|
Loading…
Reference in a new issue