Skip to content

Commit 66efdc7

Browse files
committed
Remove unused import
1 parent 98447cc commit 66efdc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextmv/sklearn/neural_network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from sklearn.neural_network import MLPRegressor
88

99
from nextmv import base_model, output
10-
from nextmv.numpy import ndarray, ndarray_from_list, ndarray_to_list
10+
from nextmv.numpy import ndarray, ndarray_from_list
1111
from nextmv.options import Options
1212
from nextmv.options import Parameter as P
1313

0 commit comments

Comments
 (0)