File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1- import click
21import logging
32from typing import Sequence
3+
4+ import click
45from sqlalchemy import select
56from sqlalchemy .orm import Session
67
8+ from mavedb .lib .clingen .constants import CAR_SUBMISSION_ENDPOINT
9+ from mavedb .lib .clingen .services import ClinGenAlleleRegistryService , get_allele_registry_associations
10+ from mavedb .lib .variants import get_hgvs_from_post_mapped
11+ from mavedb .models .mapped_variant import MappedVariant
712from mavedb .models .score_set import ScoreSet
813from mavedb .models .variant import Variant
9- from mavedb .models .mapped_variant import MappedVariant
1014from mavedb .scripts .environment import with_database_session
11- from mavedb .lib .clingen .services import ClinGenAlleleRegistryService , get_allele_registry_associations
12- from mavedb .lib .clingen .constants import CAR_SUBMISSION_ENDPOINT
13- from mavedb .lib .variants import get_hgvs_from_post_mapped
1415
1516logger = logging .getLogger (__name__ )
1617
You can’t perform that action at this time.
0 commit comments