mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +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 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user