diff options
| author | Alexander_Kabui | 2024-12-04 13:20:16 +0300 |
|---|---|---|
| committer | Alexander_Kabui | 2024-12-04 13:20:16 +0300 |
| commit | ea084cad16b660d74922f6ba81962c6fb3ad405e (patch) | |
| tree | b337969f5f1a806d04fb98f36b386ec97c74d535 /gn3/db/probesets.py | |
| parent | 5c6d3befdea924eb9f6df3d2d4199a5dd8be9522 (diff) | |
| download | genenetwork3-ea084cad16b660d74922f6ba81962c6fb3ad405e.tar.gz | |
refactor: make pylint fixes.
Diffstat (limited to 'gn3/db/probesets.py')
| -rw-r--r-- | gn3/db/probesets.py | 3 |
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""" |
