From 96f290af9a4f3c9ea9d0954d06de8894ec9066b4 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 30 Dec 2022 08:55:10 -0500 Subject: style: correct some lint errors --- tests/test_api.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/test_api.py') 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 = [] -- cgit v1.2.1