diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-10-18 06:52:58 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-10-18 06:52:58 -0400 |
commit | fafa21ac89ba49069c62ecd3bee802e9cab7e2c0 (patch) | |
tree | a46f13d74c7d37cb62eab81a807c0867862611d2 /tests/covmodzip1.py | |
parent | 070d3d1db11ab092860c660136744d886e750105 (diff) | |
download | python-coveragepy-git-fafa21ac89ba49069c62ecd3bee802e9cab7e2c0.tar.gz |
Upgrade pylint
Diffstat (limited to 'tests/covmodzip1.py')
-rw-r--r-- | tests/covmodzip1.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/covmodzip1.py b/tests/covmodzip1.py index 0133ed6a..c4867e17 100644 --- a/tests/covmodzip1.py +++ b/tests/covmodzip1.py @@ -3,7 +3,7 @@ # Module-level docstrings are counted differently in different versions of Python, # so don't add one here. -# pylint: disable=missing-docstring +# pylint: disable=missing-module-docstring # covmodzip.py: for putting into a zip file. j = 1 |