Skip to content

Commit

Permalink
Update test_gaussian.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Oct 2, 2023
1 parent 2df17f1 commit ce6fbc3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions river/proba/test_gaussian.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
import pytest
import pandas as pd
import numpy as np
from __future__ import annotations

import math

import numpy as np
import pandas as pd
import pytest

from river import proba


Expand Down

0 comments on commit ce6fbc3

Please sign in to comment.