mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 21:43:09 +00:00
remove unused imports
This commit is contained in:
parent
e825e63590
commit
58db131787
@ -7,13 +7,6 @@ from ConfigParser import NoSectionError
|
||||
import attr
|
||||
from zope.interface import implementer
|
||||
|
||||
from eliot import (
|
||||
start_action,
|
||||
)
|
||||
from eliot.twisted import (
|
||||
DeferredContext,
|
||||
)
|
||||
|
||||
from twisted.plugin import (
|
||||
getPlugins,
|
||||
)
|
||||
|
@ -39,7 +39,6 @@ import allmydata.frontends.magic_folder
|
||||
import allmydata.util.log
|
||||
|
||||
from allmydata.node import OldConfigError, OldConfigOptionError, UnescapedHashError, _Config, create_node_dir
|
||||
from allmydata.node import config_from_string
|
||||
from allmydata.frontends.auth import NeedRootcapLookupScheme
|
||||
from allmydata import client
|
||||
from allmydata.storage_client import StorageFarmBroker
|
||||
|
Loading…
Reference in New Issue
Block a user