mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 11:16:24 +00:00
trivial: M-x whitespace-cleanup on src/immutable/download.py
This commit is contained in:
parent
7d15928faa
commit
2a443cd049
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user