Skip to content

Commit

Permalink
fix: vrs-python translator import statement (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma authored Oct 26, 2023
1 parent caf47be commit af9fde6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variation/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from typing import Optional

from cool_seq_tool.app import CoolSeqTool
from ga4gh.vrs.extras.translator import Translator as VrsPythonTranslator
from ga4gh.vrs.extras.translator import AlleleTranslator as VrsPythonTranslator
from gene.database import create_db
from gene.query import QueryHandler as GeneQueryHandler

Expand Down

0 comments on commit af9fde6

Please sign in to comment.