Skip to content

Commit

Permalink
Refactor import for test_ks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hoanganhngo610 committed Oct 30, 2023
1 parent b0a6f42 commit d9a379a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions river/stats/test_ks.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from __future__ import annotations

import numpy as np

from collections import deque

import numpy as np
from river import stats
from scipy.stats import ks_2samp

Expand Down

0 comments on commit d9a379a

Please sign in to comment.