From 889d8dd77c38e6ce0ed64aaf5c7cf994f997962a Mon Sep 17 00:00:00 2001 From: Martin Date: Sat, 2 Jul 2016 02:26:15 +0200 Subject: [PATCH] Pylint: tests: remove semicolon --- tests/test_bugs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_bugs.py b/tests/test_bugs.py index 3d780b47..30f1dae0 100644 --- a/tests/test_bugs.py +++ b/tests/test_bugs.py @@ -58,7 +58,7 @@ class BugsTestCase(unittest.TestCase): def test_CAA_from_wire(self): rdata = dns.rdata.from_text(dns.rdataclass.IN, dns.rdatatype.CAA, - u'0 issue "ca.example.net"'); + u'0 issue "ca.example.net"') f = BytesIO() rdata.to_wire(f) wire = f.getvalue() -- 2.47.3