From b0b9e8c1daf7b22e7ef4d530959e38ea9535068c Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Wed, 31 Dec 2008 15:42:33 -0700
Subject: [PATCH] trivial: "M-x whitespace-cleanup", and also remove an unused
 variable

---
 src/allmydata/test/test_storage.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/allmydata/test/test_storage.py b/src/allmydata/test/test_storage.py
index 84f5a60c..e5c3584f 100644
--- a/src/allmydata/test/test_storage.py
+++ b/src/allmydata/test/test_storage.py
@@ -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, {})
-- 
2.45.2