Skip to content

Commit c56f484

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1c3b4c2 commit c56f484

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/irf_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
import numpy as np
55
import yaml
6-
from numpy.testing import assert_almost_equal, assert_array_equal, assert_array_less
6+
from numpy.testing import (assert_almost_equal, assert_array_equal,
7+
assert_array_less)
78

89
from heat import BmiHeat
910

0 commit comments

Comments
 (0)