trivial: M-x whitespace-cleanup on src/immutable/download.py

This commit is contained in:
Zooko O'Whielacronx 2009-01-08 10:49:01 -07:00
parent 7d15928faa
commit 2a443cd049

View File

@ -1,4 +1,3 @@
import os, random, weakref, itertools, time
from zope.interface import implements
from twisted.internet import defer
@ -113,7 +112,6 @@ class Output:
self.crypttext_hash = self._crypttext_hasher.digest()
self.log("download finished, closing IDownloadable", level=log.NOISY)
self.downloadable.close()
def finish(self):
return self.downloadable.finish()