From: Zooko O'Whielacronx Date: Thu, 25 Sep 2008 18:04:22 +0000 (-0700) Subject: trivial: remove unused imports; thanks, pyflakes X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=30111811e3510eb1f47c7281c6c258553df015f6;p=tahoe-lafs%2Ftahoe-lafs.git trivial: remove unused imports; thanks, pyflakes --- diff --git a/src/allmydata/test/test_filenode.py b/src/allmydata/test/test_filenode.py index 16879d41..5e3db055 100644 --- a/src/allmydata/test/test_filenode.py +++ b/src/allmydata/test/test_filenode.py @@ -1,9 +1,7 @@ from twisted.trial import unittest -from twisted.internet import defer from allmydata import uri from allmydata.immutable import filenode, download -from allmydata.checker_results import CheckerResults, CheckAndRepairResults from allmydata.mutable.node import MutableFileNode from allmydata.util import hashutil