Skip to content

Commit

Permalink
tests: add missing import in test_translator
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Sep 8, 2023
1 parent 34c0b6e commit 3144606
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/extras/test_translator.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import pytest

from ga4gh.vrs import models

snv_inputs = {
"hgvs": "NC_000013.11:g.32936732G>C",
"beacon": "13 : 32936732 G > C",
Expand Down

0 comments on commit 3144606

Please sign in to comment.