Fix a pyflakes warning.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2014-05-05 23:17:51 +01:00
parent efc223ad1f
commit 488cfb939f

View File

@ -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"]