mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 04:57:54 +00:00
test_node.py: hush pyflakes warnings
This commit is contained in:
parent
cbca430062
commit
8fc1bf4330
@ -1,13 +1,12 @@
|
||||
|
||||
from twisted.trial import unittest
|
||||
from twisted.internet import defer, reactor
|
||||
from twisted.internet import defer
|
||||
from twisted.python import log
|
||||
|
||||
from foolscap import Tub, Referenceable
|
||||
from foolscap.eventual import flushEventualQueue
|
||||
from twisted.application import service
|
||||
from allmydata.node import Node
|
||||
from allmydata.util import idlib, testutil
|
||||
from allmydata.util import testutil
|
||||
|
||||
class LoggingMultiService(service.MultiService):
|
||||
def log(self, msg):
|
||||
|
Loading…
Reference in New Issue
Block a user