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