Skip to content

Commit

Permalink
tests: fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
breakthewall committed Dec 13, 2023
1 parent 8807098 commit c20e2a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion tests/test_knime.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
import tempfile

import pytest
from retropath2_wrapper.Args import DEFAULT_KNIME_VERSION, KNIME_ZENODO, RETCODES
from retropath2_wrapper.Args import (
KNIME_ZENODO,
RETCODES
)
from retropath2_wrapper.knime import Knime


Expand Down
1 change: 0 additions & 1 deletion tests/test_preference.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
@author: Joan Hérisson
"""
import os
import tempfile

import pytest
from retropath2_wrapper.preference import Preference
Expand Down
2 changes: 1 addition & 1 deletion tests/test_retropath2.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

import pytest
from retropath2_wrapper.__main__ import create_logger
from retropath2_wrapper.Args import KNIME_ZENODO, RETCODES
from retropath2_wrapper.Args import RETCODES
from retropath2_wrapper.RetroPath2 import retropath2


Expand Down

0 comments on commit c20e2a5

Please sign in to comment.