From b08443da699a2d929657fad4fdee431a2b277e7e Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Sat, 10 Jul 2021 09:24:26 +0300 Subject: Fix pylint issues --- tests/unit/db/test_db.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/unit/db/test_db.py') diff --git a/tests/unit/db/test_db.py b/tests/unit/db/test_db.py index 056c226..e47c9fd 100644 --- a/tests/unit/db/test_db.py +++ b/tests/unit/db/test_db.py @@ -96,6 +96,7 @@ class TestCrudMethods(TestCase): "dataset_id = %s AND editor = %s"), (35, 'Rob')) + # pylint: disable=R0201 def test_probeset_called_with_right_columns(self): """Given a columns argument, test that the correct sql query is constructed""" -- cgit v1.2.3