diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-12-30 08:55:10 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-12-30 09:57:46 -0500 |
commit | 96f290af9a4f3c9ea9d0954d06de8894ec9066b4 (patch) | |
tree | 0bca2f89f9fe5a0dfd137adb4a5b984a10db6bbf /tests | |
parent | 27990185352f035bafbb0cc7c8ac4159e87fe070 (diff) | |
download | python-coveragepy-git-96f290af9a4f3c9ea9d0954d06de8894ec9066b4.tar.gz |
style: correct some lint errors
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_api.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_api.py b/tests/test_api.py index 71712f8e..ee24aa8f 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -32,8 +32,6 @@ BAD_SQLITE_REGEX = r"file( is encrypted or)? is not a database" class ApiTest(CoverageTest): """Api-oriented tests for coverage.py.""" - # pylint: disable=use-implicit-booleaness-not-comparison - def clean_files(self, files, pats): """Remove names matching `pats` from `files`, a list of file names.""" good = [] |