remove unused imports

This commit is contained in:
Jean-Paul Calderone 2019-06-26 15:00:20 -04:00
parent e825e63590
commit 58db131787
2 changed files with 0 additions and 8 deletions

View File

@ -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,
)

View File

@ -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