1 parent 104a6ef commit af55b79Copy full SHA for af55b79
1 file changed
tests/test_jsonparser.py
@@ -67,7 +67,7 @@ def test_readings_without_any_date_are_ignored(self):
67
assert readings == []
68
69
70
-class TestJsonWebDataSource:
+class TestJsonWebDataSource: # pylint: disable=too-few-public-methods
71
72
# ------------------------------------------------------
73
def test_requested_consumption_type_is_forwarded_to_api(self):
0 commit comments