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

L2SS-863: Disable pylint R0903 for collector.py

parent da609160
No related branches found
No related tags found
1 merge request!14Resolve L2SS-863
Pipeline #35154 failed
...@@ -20,8 +20,8 @@ This includes: ...@@ -20,8 +20,8 @@ This includes:
SSTCollector SSTCollector
""" """
# logging use & lazy string # logging use & lazy string, (too-few-public-methods)
# pylint: disable=W1203 # pylint: disable=W1203, R0903
import abc import abc
import logging import logging
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment