mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-23 14:52:26 +00:00
immutable: remove unused imports (thanks, pyflakes)
This commit is contained in:
parent
fa302544fa
commit
ff08bab0c4
@ -1,8 +1,7 @@
|
|||||||
|
|
||||||
from zope.interface import implements
|
from zope.interface import implements
|
||||||
from twisted.internet import defer
|
from twisted.internet import defer
|
||||||
from allmydata.interfaces import IFileNode, IFileURI, IURI, ICheckable
|
from allmydata.interfaces import IFileNode, IFileURI, ICheckable
|
||||||
from allmydata import uri
|
|
||||||
from allmydata.immutable.checker import SimpleCHKFileChecker, \
|
from allmydata.immutable.checker import SimpleCHKFileChecker, \
|
||||||
SimpleCHKFileVerifier
|
SimpleCHKFileVerifier
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user