Skip to content

Commit

Permalink
linting - remove method never used
Browse files Browse the repository at this point in the history
  • Loading branch information
davmlaw committed Jul 9, 2024
1 parent c4d986f commit f0db0fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions genes/hgvs/pyhgvs/hgvs_converter_pyhgvs.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,6 @@ def __str__(self):


class PyHGVSConverter(HGVSConverter):
def __int__(self, genome_build: GenomeBuild, local_resolution=True, clingen_resolution=True):
super().__init__(genome_build, local_resolution=local_resolution, clingen_resolution=clingen_resolution)

@staticmethod
def _hgvs_name(hgvs_string):
""" Catches PyHGVS specific exceptions and converts to HGVSException """
Expand Down

0 comments on commit f0db0fe

Please sign in to comment.