From ea084cad16b660d74922f6ba81962c6fb3ad405e Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Wed, 4 Dec 2024 13:20:16 +0300 Subject: refactor: make pylint fixes. --- gn3/db/probesets.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gn3/db/probesets.py') diff --git a/gn3/db/probesets.py b/gn3/db/probesets.py index 82045b4..e725add 100644 --- a/gn3/db/probesets.py +++ b/gn3/db/probesets.py @@ -8,6 +8,9 @@ from gn3.db_utils import Connection as DBConnection from .query_tools import mapping_to_query_columns + +# pylint: disable = line-too-long + @dataclass(frozen=True) class Probeset: # pylint: disable=[too-many-instance-attributes] """Data Type that represents a Probeset""" -- cgit 1.4.1