Skip to content

Commit

Permalink
Fix for pylint (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
mantvydasdeltuva committed Apr 14, 2024
1 parent 6f8bb6d commit 65a2596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_collection/pipeline.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 65a2596

Please sign in to comment.