mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-01 18:56:41 +00:00
trivial: "M-x whitespace-cleanup", and also remove an unused variable
This commit is contained in:
parent
6c4019ec33
commit
b0b9e8c1da
@ -1,4 +1,3 @@
|
||||
|
||||
from twisted.trial import unittest
|
||||
|
||||
from twisted.internet import defer
|
||||
@ -577,7 +576,6 @@ class Server(unittest.TestCase):
|
||||
ss.setNodeID("\x00" * 20)
|
||||
ss.setServiceParent(self.sparent)
|
||||
|
||||
canary = FakeCanary()
|
||||
already,writers = self.allocate(ss, "vid", [0,1,2], 75)
|
||||
self.failUnlessEqual(already, set())
|
||||
self.failUnlessEqual(writers, {})
|
||||
|
Loading…
Reference in New Issue
Block a user