mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-04 17:39:19 +00:00
hush pyflakes
This commit is contained in:
parent
1d2d6a35a6
commit
80d8f3e862
@ -11,7 +11,7 @@ from twisted.python import log
|
||||
from allmydata import storage
|
||||
from allmydata.checker_results import CheckerResults
|
||||
from allmydata.immutable import download
|
||||
from allmydata.util import hashutil, idlib, base32
|
||||
from allmydata.util import hashutil
|
||||
|
||||
class SimpleCHKFileChecker:
|
||||
"""Return a list of (needed, total, found, sharemap), where sharemap maps
|
||||
|
@ -2185,7 +2185,7 @@ class DeepCheck(SystemTestMixin, unittest.TestCase):
|
||||
try:
|
||||
data = simplejson.loads(s)
|
||||
except ValueError:
|
||||
self.fail("%s (%s): not JSON: '%s'" % (where, url, s))
|
||||
self.fail("%s: not JSON: '%s'" % (url, s))
|
||||
return data
|
||||
d.addCallback(_decode)
|
||||
return d
|
||||
|
@ -8,7 +8,7 @@ from twisted.python import failure, log
|
||||
from allmydata import interfaces, provisioning, uri, webish
|
||||
from allmydata.immutable import upload, download
|
||||
from allmydata.web import status, common
|
||||
from allmydata.util import fileutil, idlib
|
||||
from allmydata.util import fileutil
|
||||
from allmydata.test.common import FakeDirectoryNode, FakeCHKFileNode, \
|
||||
FakeMutableFileNode, create_chk_filenode
|
||||
from allmydata.interfaces import IURI, INewDirectoryURI, \
|
||||
|
Loading…
x
Reference in New Issue
Block a user