summaryrefslogtreecommitdiff
path: root/tests/test_api.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_api.py')
-rw-r--r--tests/test_api.py2
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 = []