]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/test/no_network.py
hush pyflakes-0.4.0 warnings: slightly less-trivial fixes. Closes #900.
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / no_network.py
index 5e48e52e7a0131f7537ef118b48f8681eeecab2d..ab13bb923fc6fa120986491f7b35510553980059 100644 (file)
@@ -43,6 +43,7 @@ class LocalWrapper:
 
     def callRemoteOnly(self, methname, *args, **kwargs):
         d = self.callRemote(methname, *args, **kwargs)
+        del d # explicitly ignored
         return None
 
     def callRemote(self, methname, *args, **kwargs):