diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2020-03-07 18:37:57 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-03-07 18:37:57 -0500 |
commit | 2673cc36d484191ba6b538cf24dd48331e39abb3 (patch) | |
tree | be27ba01ac84347b270a6c7484e4e989f083ddba /tests/test_templite.py | |
parent | 28119da6f82da692ff6c3a4801a3fa08a7494edf (diff) | |
download | python-coveragepy-git-nedbat/drop-py2.tar.gz |
No need for utf-8 coding commentsnedbat/drop-py2
Diffstat (limited to 'tests/test_templite.py')
-rw-r--r-- | tests/test_templite.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |