Skip to content

Commit

Permalink
Update test_dbstream.py file after pre commit checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
hoanganhngo610 committed Dec 14, 2023
1 parent ad436f4 commit 7233a75
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions river/cluster/test_dbstream.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
from __future__ import annotations

import pytest
from sklearn.datasets import make_blobs

from river import stream, utils, metrics

from river import metrics, stream, utils
from river.cluster import DBSTREAM
from sklearn.datasets import make_blobs


def build_dbstream(fading_factor=0.01, intersection_factor=0.05):
Expand Down

0 comments on commit 7233a75

Please sign in to comment.