Skip to content

Commit

Permalink
modified: mlxtend/classifier/tests/test_stacking_classifier.py
Browse files Browse the repository at this point in the history
	- Formatted with isort, black, flake8.
  • Loading branch information
it176131 committed Mar 30, 2024
1 parent 5049581 commit 7a707df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlxtend/classifier/tests/test_stacking_classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
import random

import numpy as np
import pytest
from numpy.testing import assert_almost_equal
from packaging.version import Version
import pytest
from scipy import sparse
from sklearn import __version__ as sklearn_version
from sklearn import exceptions
Expand Down

0 comments on commit 7a707df

Please sign in to comment.