Skip to content

Commit

Permalink
unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dnil committed Jul 2, 2024
1 parent 9b29d13 commit a5d1fd9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import os

import pytest

from stranger.resources import repeats_path
Expand Down
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import pytest

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


def test_parse_repeat_file(repeats_file_handle):
Expand Down

0 comments on commit a5d1fd9

Please sign in to comment.