Skip to content

Commit

Permalink
fix import order in test utils
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns committed Jun 28, 2023
1 parent ef10cf1 commit c2e2846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/utils/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
from sklearn.svm import LinearSVR

from astartes.samplers.interpolation import Random
from astartes.utils.exceptions import InvalidModelTypeError
from astartes.utils import generate_regression_results_dict
from astartes.utils.exceptions import InvalidModelTypeError


class Test_utils(unittest.TestCase):
Expand Down

0 comments on commit c2e2846

Please sign in to comment.