Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Causey-Freeman committed Nov 18, 2019
1 parent 8f53582 commit 2ee5524
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion VariantFormatter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Pull in use_scm_version=True enabled version number
_is_released_version = False
try:
__version__ = pkg_resources.get_distribution("rest_VariantValidator").version
__version__ = pkg_resources.get_distribution("VariantFormatter").version
if re.match(r"^\d+\.\d+\.\d+$", __version__) is not None:
_is_released_version = True
except pkg_resources.DistributionNotFound as e:
Expand Down
1 change: 0 additions & 1 deletion VariantFormatter/simpleVariantFormatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
The FormatVariant object contains all HGVS descriptions available for a given genomic variant, g_to_p
"""

import os
import re
import collections
import VariantValidator
Expand Down

0 comments on commit 2ee5524

Please sign in to comment.