Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 26, 2023
1 parent 94ee05c commit deb52fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skbase/tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@
import scipy.sparse as sp

from skbase.base import BaseEstimator, BaseObject
from skbase.utils.dependencies import _check_soft_dependencies
from skbase.tests.conftest import Child, Parent
from skbase.tests.mock_package.test_mock_package import CompositionDummy
from skbase.utils.dependencies import _check_soft_dependencies


# TODO: Determine if we need to add sklearn style test of
Expand Down

0 comments on commit deb52fa

Please sign in to comment.