Skip to content

Commit ff94ee5

Browse files
committed
Corrected unused import warning
1 parent c4bb889 commit ff94ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def test_daily_mean_integers():
2929
# Need to use Numpy testing functions to compare arrays
3030
npt.assert_array_equal(daily_mean(test_input), test_result)
3131

32-
from inflammation.models import daily_max, daily_mean, daily_min
32+
from inflammation.models import daily_max, daily_min
3333

3434
def test_daily_max():
3535
"""Test that max function works for an array of positive integers."""

0 commit comments

Comments
 (0)