From 65a25963d67d5078b92b66def75609da8fd7c081 Mon Sep 17 00:00:00 2001 From: Mantvydas Deltuva Date: Sun, 14 Apr 2024 17:29:20 +0300 Subject: [PATCH] Fix for pylint (3) --- data_collection/pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_collection/pipeline.py b/data_collection/pipeline.py index 7fe5426..4c5b402 100644 --- a/data_collection/pipeline.py +++ b/data_collection/pipeline.py @@ -1,7 +1,7 @@ """ Module executes general pipeline for data collection """ -import pandas as pd import logging +import pandas as pd from .collection import store_database_for_eys_gene from .refactoring import parse_lovd, convert_lovd_to_datatype, from_clinvar_name_to_cdna_position