summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-03-07 18:37:57 -0500
committerNed Batchelder <ned@nedbatchelder.com>2020-03-07 18:37:57 -0500
commit2673cc36d484191ba6b538cf24dd48331e39abb3 (patch)
treebe27ba01ac84347b270a6c7484e4e989f083ddba
parent28119da6f82da692ff6c3a4801a3fa08a7494edf (diff)
downloadpython-coveragepy-git-nedbat/drop-py2.tar.gz
No need for utf-8 coding commentsnedbat/drop-py2
-rw-r--r--coverage/jsonreport.py1
-rw-r--r--coverage/xmlreport.py1
-rw-r--r--doc/conf.py1
-rw-r--r--igor.py1
-rw-r--r--tests/test_annotate.py1
-rw-r--r--tests/test_config.py1
-rw-r--r--tests/test_coverage.py1
-rw-r--r--tests/test_files.py1
-rw-r--r--tests/test_html.py1
-rw-r--r--tests/test_json.py1
-rw-r--r--tests/test_process.py1
-rw-r--r--tests/test_summary.py1
-rw-r--r--tests/test_templite.py1
-rw-r--r--tests/test_testing.py1
-rw-r--r--tests/test_xml.py1
15 files changed, 0 insertions, 15 deletions
diff --git a/coverage/jsonreport.py b/coverage/jsonreport.py
index 0c3f313d..d870a7cf 100644
--- a/coverage/jsonreport.py
+++ b/coverage/jsonreport.py
@@ -1,4 +1,3 @@
-# coding: utf-8
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
diff --git a/coverage/xmlreport.py b/coverage/xmlreport.py
index b7b35ffe..f9a212c7 100644
--- a/coverage/xmlreport.py
+++ b/coverage/xmlreport.py
@@ -1,4 +1,3 @@
-# coding: utf-8
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
diff --git a/doc/conf.py b/doc/conf.py
index 4227dcb2..8c12ffbe 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
diff --git a/igor.py b/igor.py
index a742cb8e..e25d49df 100644
--- a/igor.py
+++ b/igor.py
@@ -1,4 +1,3 @@
-# coding: utf-8
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
diff --git a/tests/test_annotate.py b/tests/test_annotate.py
index 3c2b1a2c..5d9797d6 100644
--- a/tests/test_annotate.py
+++ b/tests/test_annotate.py
@@ -1,4 +1,3 @@
-# coding: utf-8
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
diff --git a/tests/test_config.py b/tests/test_config.py
index fe9e001e..1c4d6f2c 100644
--- a/tests/test_config.py
+++ b/tests/test_config.py
@@ -1,4 +1,3 @@
-# coding: utf-8
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
diff --git a/tests/test_coverage.py b/tests/test_coverage.py
index 4bf8ba6e..8b6f4032 100644
--- a/tests/test_coverage.py
+++ b/tests/test_coverage.py
@@ -1,4 +1,3 @@
-# coding: utf-8
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
diff --git a/tests/test_files.py b/tests/test_files.py
index 1aeacb51..576570b0 100644
--- a/tests/test_files.py
+++ b/tests/test_files.py
@@ -1,4 +1,3 @@
-# coding: utf-8
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
diff --git a/tests/test_html.py b/tests/test_html.py
index 6d41bf53..0e293e46 100644
--- a/tests/test_html.py
+++ b/tests/test_html.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
diff --git a/tests/test_json.py b/tests/test_json.py
index 2d2ae9f4..47e7f5c2 100644
--- a/tests/test_json.py
+++ b/tests/test_json.py
@@ -1,4 +1,3 @@
-# coding: utf-8
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
diff --git a/tests/test_process.py b/tests/test_process.py
index efb8c41f..ef0c8d75 100644
--- a/tests/test_process.py
+++ b/tests/test_process.py
@@ -1,4 +1,3 @@
-# coding: utf-8
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
diff --git a/tests/test_summary.py b/tests/test_summary.py
index 2e41b034..aeb0bdb0 100644
--- a/tests/test_summary.py
+++ b/tests/test_summary.py
@@ -1,4 +1,3 @@
-# coding: utf-8
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
diff --git a/tests/test_templite.py b/tests/test_templite.py
index 321db830..0ebd0a00 100644
--- a/tests/test_templite.py
+++ b/tests/test_templite.py
@@ -1,4 +1,3 @@
-# coding: utf-8
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
diff --git a/tests/test_testing.py b/tests/test_testing.py
index 688657a8..e754520b 100644
--- a/tests/test_testing.py
+++ b/tests/test_testing.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
diff --git a/tests/test_xml.py b/tests/test_xml.py
index 86d9491a..69d59727 100644
--- a/tests/test_xml.py
+++ b/tests/test_xml.py
@@ -1,4 +1,3 @@
-# coding: utf-8
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt