Skip to content
Snippets Groups Projects
Commit 2a6e21c7 authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-863: Disable pylint R0903 for collector.py

parent 73861085
No related branches found
Tags 0.4.0
No related merge requests found
Pipeline #34688 passed
......@@ -20,8 +20,8 @@ This includes:
SSTCollector
"""
# logging use & lazy string
# pylint: disable=W1203
# logging use & lazy string, (too-few-public-methods)
# pylint: disable=W1203, R0903
import abc
import logging
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment