diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2014-12-13 18:51:23 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-12-13 18:51:23 -0500 |
commit | 52f0f80fb552789c79d536a8aca265da04143a58 (patch) | |
tree | a190e4b70b08cf9ed09aeda2d428348287011adf /coverage/html.py | |
parent | 70a5b5cde36adbe4002f8e3f73ec0d7af31ea387 (diff) | |
download | python-coveragepy-52f0f80fb552789c79d536a8aca265da04143a58.tar.gz |
PEP8, pylint tweaks
Diffstat (limited to 'coverage/html.py')
-rw-r--r-- | coverage/html.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/html.py b/coverage/html.py index 677e5e8..9872708 100644 --- a/coverage/html.py +++ b/coverage/html.py @@ -278,7 +278,7 @@ class HtmlStatus(object): STATUS_FILE = "status.json" STATUS_FORMAT = 1 - # pylint: disable=wrong-spelling-in-comment + # pylint: disable=wrong-spelling-in-comment,useless-suppression # The data looks like: # # { |