Skip to content

Commit 5aa58ff

Browse files
whoops missed a few files when updating imports
1 parent bf3e991 commit 5aa58ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

src/anyvlm/anyvar/base_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from anyvar.utils.types import VrsObject
66

7-
from vlm.schemas.domain import AlleleFrequencyAnnotation
7+
from anyvlm.schemas.domain import AlleleFrequencyAnnotation
88

99

1010
class BaseAnyVarClient(abc.ABC):

src/anyvlm/functions/get_caf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from 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

88
def get_caf(

0 commit comments

Comments
 (0)