Skip to content

Commit

Permalink
linting - whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
davmlaw committed Jul 9, 2024
1 parent c4c1e06 commit a729fe0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion annotation/vep_annotation.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ def _vep_int_version(vep_string_version):
def _major_version(version_str) -> str:
return version_str.split(".")[0]


FIELD_CONVERSION = {
"vep": _vep_int_version,
"cosmic": int,
Expand Down
1 change: 0 additions & 1 deletion classification/classification_import.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import os
from collections import defaultdict
from time import sleep
from typing import Any

from django.contrib.auth.models import User
from django.db.models import QuerySet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def _one_off_populate_hgvsconverterversion_used_converter_type(apps, schema_edit
ImportedAlleleInfo.objects.all().update(hgvs_converter_version=legacy)



class Migration(migrations.Migration):

dependencies = [
Expand Down
1 change: 0 additions & 1 deletion genes/tests/test_hgvs.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,4 +282,3 @@ def _test_mitochondria_hgvs(self, hgvs_converter_type: HGVSConverterType):

lib_hgvs_string = matcher.hgvs_converter.variant_coordinate_to_g_hgvs(vc)
self.assertTrue("m." in str(lib_hgvs_string), "HGVS library conversion")

0 comments on commit a729fe0

Please sign in to comment.