From 18826b348149f1233bcf3e2e4cda5da5297ecb6b Mon Sep 17 00:00:00 2001
From: BonfaceKilz
Date: Wed, 19 May 2021 21:32:24 +0300
Subject: db: phenotype: Make "pylint: disable=[R0902]" global for file

---
 gn3/db/phenotypes.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gn3/db/phenotypes.py b/gn3/db/phenotypes.py
index 46a54bd..355c2e2 100644
--- a/gn3/db/phenotypes.py
+++ b/gn3/db/phenotypes.py
@@ -1,3 +1,4 @@
+# pylint: disable=[R0902]
 """This contains all the necessary functions that access the phenotypes from
 the db"""
 from dataclasses import dataclass, asdict, astuple
@@ -6,7 +7,6 @@ from typing import Any, Optional
 from MySQLdb import escape_string
 
 
-# pylint: disable=[R0902]
 @dataclass(frozen=True)
 class Phenotype:
     """Data Type that represents a Phenotype"""
-- 
cgit v1.2.3