mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 03:06:33 +00:00
unused imports
This commit is contained in:
parent
f0ac5a2cef
commit
aedc58ef51
@ -47,7 +47,6 @@ from testtools.matchers import (
|
||||
)
|
||||
from testtools.twistedsupport import (
|
||||
succeeded,
|
||||
failed,
|
||||
)
|
||||
|
||||
|
||||
|
@ -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__ = (
|
||||
|
Loading…
Reference in New Issue
Block a user