Skip to content

Commit

Permalink
Keep module interface the same
Browse files Browse the repository at this point in the history
  • Loading branch information
davmlaw committed Oct 15, 2021
1 parent c1f2099 commit dc6d638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyhgvs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from .models.cdna import CDNACoord
from .models.genome import GenomeSubset
from .models.hgvs_name import HGVSName
from .models.hgvs_name import HGVSName, InvalidHGVSName
from .models.variants import justify_indel, normalize_variant, revcomp


Expand Down

0 comments on commit dc6d638

Please sign in to comment.