mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-29 06:45:58 +00:00
minor: fix unused imports -- thanks, pyflakes
This commit is contained in:
parent
b315619d6b
commit
60bbc46a53
@ -13,7 +13,7 @@ from allmydata.checker_results import CheckerResults
|
||||
from allmydata.immutable import download
|
||||
from allmydata.uri import CHKFileURI
|
||||
from allmydata.util import hashutil
|
||||
from allmydata.util.assertutil import _assert, precondition
|
||||
from allmydata.util.assertutil import precondition
|
||||
|
||||
class SimpleCHKFileChecker:
|
||||
"""Return a list of (needed, total, found, sharemap), where sharemap maps
|
||||
|
@ -7,7 +7,7 @@ from twisted.application import service
|
||||
from foolscap import DeadReferenceError
|
||||
from foolscap.eventual import eventually
|
||||
|
||||
from allmydata.util import base32, mathutil, hashutil, log, observer
|
||||
from allmydata.util import base32, mathutil, hashutil, log
|
||||
from allmydata.util.assertutil import _assert, precondition
|
||||
from allmydata import codec, hashtree, storage, uri
|
||||
from allmydata.interfaces import IDownloadTarget, IDownloader, IFileURI, IVerifierURI, \
|
||||
|
@ -6,7 +6,7 @@ from twisted.python.failure import Failure
|
||||
from foolscap import eventual
|
||||
from allmydata import hashtree, uri
|
||||
from allmydata.immutable import encode, upload, download
|
||||
from allmydata.util import base32, hashutil
|
||||
from allmydata.util import hashutil
|
||||
from allmydata.util.assertutil import _assert
|
||||
from allmydata.interfaces import IStorageBucketWriter, IStorageBucketReader, NotEnoughSharesError
|
||||
import common_util as testutil
|
||||
|
Loading…
x
Reference in New Issue
Block a user