unused imports

This commit is contained in:
meejah 2020-06-19 17:22:42 -06:00 committed by Sajith Sasidharan
parent 77a2f11694
commit 1f4b619fda
2 changed files with 0 additions and 10 deletions

View File

@ -47,7 +47,6 @@ from testtools.matchers import (
)
from testtools.twistedsupport import (
succeeded,
failed,
)

View File

@ -30,9 +30,6 @@ from twisted.web import (
from twisted.internet.defer import (
succeed,
)
from twisted.python.failure import (
Failure,
)
from treq.client import (
HTTPClient,
@ -47,12 +44,6 @@ import allmydata.uri
from allmydata.util import (
base32,
)
from allmydata.interfaces import (
ExistingChildError,
)
from allmydata.web.common import (
humanize_failure,
)
__all__ = (