From b40011c3a3bf8bbe0a24e4a8e4931e311b487ae0 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 1 Dec 2018 07:49:30 -0800 Subject: [PATCH] fix coding lines broken by copyright update --- tests/test_edns.py | 2 +- tests/test_name.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_edns.py b/tests/test_edns.py index c39065ce..0b4dad44 100644 --- a/tests/test_edns.py +++ b/tests/test_edns.py @@ -1,6 +1,6 @@ +# -*- coding: utf-8 # Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license -# -*- coding: utf-8 # Copyright (C) 2003-2007, 2009-2011 Nominum, Inc. # # Permission to use, copy, modify, and distribute this software and its diff --git a/tests/test_name.py b/tests/test_name.py index d5d929c9..62a94973 100644 --- a/tests/test_name.py +++ b/tests/test_name.py @@ -1,6 +1,6 @@ +# -*- coding: utf-8 # Copyright (C) Dnspython Contributors, see LICENSE for text of ISC license -# -*- coding: utf-8 # Copyright (C) 2003-2017 Nominum, Inc. # # Permission to use, copy, modify, and distribute this software and its @@ -27,7 +27,7 @@ import dns.name import dns.reversename import dns.e164 -# pylint: disable=line-too-long,unsupported-assignment-operation,invalid-encoded-data +# pylint: disable=line-too-long,unsupported-assignment-operation class NameTestCase(unittest.TestCase): -- 2.47.3