From ff08bab0c436e54f68abb6ab55055005a4422cb9 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Tue, 23 Sep 2008 12:26:10 -0700 Subject: [PATCH] immutable: remove unused imports (thanks, pyflakes) --- src/allmydata/immutable/filenode.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/allmydata/immutable/filenode.py b/src/allmydata/immutable/filenode.py index da05e07d..7edfd358 100644 --- a/src/allmydata/immutable/filenode.py +++ b/src/allmydata/immutable/filenode.py @@ -1,8 +1,7 @@ from zope.interface import implements from twisted.internet import defer -from allmydata.interfaces import IFileNode, IFileURI, IURI, ICheckable -from allmydata import uri +from allmydata.interfaces import IFileNode, IFileURI, ICheckable from allmydata.immutable.checker import SimpleCHKFileChecker, \ SimpleCHKFileVerifier -- 2.45.2