diff options
| author | Martin <martin.basti@gmail.com> | 2016-07-02 02:26:15 +0200 |
|---|---|---|
| committer | Martin <martin.basti@gmail.com> | 2016-07-02 02:26:15 +0200 |
| commit | 889d8dd77c38e6ce0ed64aaf5c7cf994f997962a (patch) | |
| tree | d8969aeb8fc7e09fc455351060011fb8738efca6 /tests/test_bugs.py | |
| parent | 006e1d085e2e5b6bbe5c9f0507fe45ab8216dfd9 (diff) | |
| download | dnspython-889d8dd77c38e6ce0ed64aaf5c7cf994f997962a.tar.gz | |
Pylint: tests: remove semicolon
Diffstat (limited to 'tests/test_bugs.py')
| -rw-r--r-- | tests/test_bugs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_bugs.py b/tests/test_bugs.py index 3d780b4..30f1dae 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() |
