From: Daira Hopwood Date: Mon, 5 May 2014 22:17:51 +0000 (+0100) Subject: Fix a pyflakes warning. X-Git-Tag: allmydata-tahoe-1.10.1a1~180 X-Git-Url: https://git.rkrishnan.org/class-simplejson.JSONDecoder-index.html?a=commitdiff_plain;h=488cfb939f1f06ffbdf0f3cb78f76398aad08fea;p=tahoe-lafs%2Ftahoe-lafs.git Fix a pyflakes warning. Signed-off-by: Daira Hopwood --- diff --git a/src/allmydata/test/test_client.py b/src/allmydata/test/test_client.py index 05c5eaba..c134249e 100644 --- a/src/allmydata/test/test_client.py +++ b/src/allmydata/test/test_client.py @@ -31,8 +31,6 @@ class Basic(testutil.ReallyEqualMixin, unittest.TestCase): client.Client(basedir) def test_comment(self): - dummy = "pb://wl74cyahejagspqgy4x5ukrvfnevlknt@127.0.0.1:58889/bogus" - should_fail = [r"test#test", r"#testtest", r"test\\#test"] should_not_fail = [r"test\#test", r"test\\\#test", r"testtest"]