about summary refs log tree commit diff
path: root/gn3/db/probesets.py
diff options
context:
space:
mode:
authorAlexander_Kabui2024-12-04 13:20:16 +0300
committerAlexander_Kabui2024-12-04 13:20:16 +0300
commitea084cad16b660d74922f6ba81962c6fb3ad405e (patch)
treeb337969f5f1a806d04fb98f36b386ec97c74d535 /gn3/db/probesets.py
parent5c6d3befdea924eb9f6df3d2d4199a5dd8be9522 (diff)
downloadgenenetwork3-ea084cad16b660d74922f6ba81962c6fb3ad405e.tar.gz
refactor: make pylint fixes.
Diffstat (limited to 'gn3/db/probesets.py')
-rw-r--r--gn3/db/probesets.py3
1 files changed, 3 insertions, 0 deletions
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"""