Skip to content

Commit af55b79

Browse files
committed
Fix pylint too-few-public-methods warning in TestJsonWebDataSource
1 parent 104a6ef commit af55b79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_jsonparser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def test_readings_without_any_date_are_ignored(self):
6767
assert readings == []
6868

6969

70-
class TestJsonWebDataSource:
70+
class TestJsonWebDataSource: # pylint: disable=too-few-public-methods
7171

7272
# ------------------------------------------------------
7373
def test_requested_consumption_type_is_forwarded_to_api(self):

0 commit comments

Comments
 (0)