Skip to content

Commit

Permalink
Format test_estimators.py
Browse files Browse the repository at this point in the history
  • Loading branch information
e10e3 committed Aug 16, 2024
1 parent efb200a commit 0c2b925
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions river/test_estimators.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import inspect

import pytest
from sklearn import linear_model as sk_linear_model

from river import (
anomaly,
Expand All @@ -24,9 +25,6 @@
preprocessing,
time_series,
)

from sklearn import linear_model as sk_linear_model

from river.compat.river_to_sklearn import River2SKLBase
from river.compat.sklearn_to_river import SKL2RiverBase

Expand Down

0 comments on commit 0c2b925

Please sign in to comment.