mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-10 04:09:58 +00:00
Delete unused imports.
This commit is contained in:
parent
9a96fec604
commit
d214fe3f16
@ -29,7 +29,7 @@ from twisted.python.failure import Failure
|
||||
from foolscap.api import Referenceable
|
||||
import allmydata
|
||||
from allmydata import node
|
||||
from allmydata.util import log, rrefutil, dictutil
|
||||
from allmydata.util import log, dictutil
|
||||
from allmydata.util.i2p_provider import create as create_i2p_provider
|
||||
from allmydata.util.tor_provider import create as create_tor_provider
|
||||
from allmydata.introducer.interfaces import \
|
||||
|
@ -17,7 +17,7 @@ from zope.interface import implementer
|
||||
from twisted.trial.unittest import TestCase
|
||||
from twisted.internet.interfaces import IPushProducer, IPullProducer
|
||||
|
||||
from allmydata.util.consumer import MemoryConsumer, download_to_data
|
||||
from allmydata.util.consumer import MemoryConsumer
|
||||
|
||||
|
||||
@implementer(IPushProducer)
|
||||
|
@ -17,7 +17,6 @@ import yaml
|
||||
import json
|
||||
|
||||
from twisted.trial import unittest
|
||||
from twisted.internet import defer
|
||||
from foolscap.api import Violation, RemoteException
|
||||
|
||||
from allmydata.util import idlib, mathutil
|
||||
|
@ -10,7 +10,7 @@ from future.utils import PY2
|
||||
if PY2:
|
||||
from future.builtins import filter, map, zip, ascii, chr, hex, input, next, oct, open, pow, round, super, bytes, dict, list, object, range, str, max, min # noqa: F401
|
||||
|
||||
from foolscap.api import Violation, RemoteException, SturdyRef
|
||||
from foolscap.api import Violation, RemoteException
|
||||
|
||||
|
||||
def add_version_to_remote_reference(rref, default):
|
||||
|
Loading…
x
Reference in New Issue
Block a user