Skip to content

Commit

Permalink
isort locally
Browse files Browse the repository at this point in the history
  • Loading branch information
dnil committed Nov 22, 2024
1 parent 037f788 commit 855e65c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/check_expansions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from pprint import pprint as pp

import click

from stranger.resources import repeats_path
from stranger.utils import get_repeat_info, parse_repeat_file

Expand Down
1 change: 1 addition & 0 deletions scripts/check_hgnc_id.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
LOG_LEVELS = ["DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"]

import click

from stranger.resources import repeats_path
from stranger.utils import get_repeat_info, parse_repeat_file

Expand Down
1 change: 1 addition & 0 deletions scripts/compare_locus_values_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
LOG_LEVELS = ["DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"]

import click

from stranger.resources import repeats_path
from stranger.utils import get_repeat_info, parse_repeat_file

Expand Down
1 change: 1 addition & 0 deletions tests/cli/test_cli.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from click.testing import CliRunner

from stranger.cli import cli


Expand Down
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import pytest

from stranger.resources import repeats_path


Expand Down
1 change: 1 addition & 0 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import pytest

from stranger.utils import parse_repeat_file


Expand Down

0 comments on commit 855e65c

Please sign in to comment.