From c413a8fae1e7c7fb8c266b5ab3502c27ec2496c7 Mon Sep 17 00:00:00 2001
From: Kevan Carstensen <kevan@isnotajoke.com>
Date: Sat, 6 Aug 2011 17:45:14 -0700
Subject: [PATCH] immutable/filenode: fix pyflakes warnings

---
 src/allmydata/immutable/filenode.py | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/src/allmydata/immutable/filenode.py b/src/allmydata/immutable/filenode.py
index 0ac47a6c..f0bbad80 100644
--- a/src/allmydata/immutable/filenode.py
+++ b/src/allmydata/immutable/filenode.py
@@ -8,12 +8,8 @@ from twisted.internet import defer
 
 from allmydata import uri
 from twisted.internet.interfaces import IConsumer
-from twisted.protocols import basic
-from foolscap.api import eventually
-from allmydata.interfaces import IImmutableFileNode, ICheckable, \
-     IDownloadTarget, IUploadResults
-from allmydata.util import dictutil, log, base32, consumer
-from allmydata.immutable.checker import Checker
+from allmydata.interfaces import IImmutableFileNode, IUploadResults
+from allmydata.util import consumer
 from allmydata.check_results import CheckResults, CheckAndRepairResults
 from allmydata.util.dictutil import DictOfSets
 from pycryptopp.cipher.aes import AES
-- 
2.45.2