diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2017-02-21 06:36:54 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-02-21 06:36:54 -0500 |
| commit | 0c38af32a0cada8d35671adff86c871d3badb37a (patch) | |
| tree | 625e8a6a26a78bfef63ed2917536963334491f84 /tests/test_summary.py | |
| parent | 09dd5347e39ab522476767ffee213dd3dd8fe227 (diff) | |
| download | python-coveragepy-git-0c38af32a0cada8d35671adff86c871d3badb37a.tar.gz | |
Use an ISO standard encoding in coding declarations
See https://twitter.com/nedbat/status/833723932658262016 for pedantry.
Diffstat (limited to 'tests/test_summary.py')
| -rw-r--r-- | tests/test_summary.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_summary.py b/tests/test_summary.py index 8eed08fe..9ade19a5 100644 --- a/tests/test_summary.py +++ b/tests/test_summary.py @@ -1,4 +1,4 @@ -# coding: utf8 +# coding: utf-8 # Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 # For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt |
