File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ ipython_config.py
8585# pyenv
8686# For a library or package, you might want to ignore these files since the code is
8787# intended to run in multiple environments; otherwise, check them in:
88- # .python-version
88+ .python-version
8989
9090# pipenv
9191# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
Original file line number Diff line number Diff line change 44
55from anyvar .utils .types import VrsObject
66
7- from vlm .schemas .domain import AlleleFrequencyAnnotation
7+ from anyvlm .schemas .domain import AlleleFrequencyAnnotation
88
99
1010class BaseAnyVarClient (abc .ABC ):
Original file line number Diff line number Diff line change 22
33from ga4gh .va_spec .base .core import CohortAlleleFrequencyStudyResult
44
5- from vlm .anyvar .base_client import BaseAnyVarClient
5+ from anyvlm .anyvar .base_client import BaseAnyVarClient
66
77
88def get_caf (
You can’t perform that action at this time.
0 commit comments