Skip to content

Commit 63039ab

Browse files
committed
fix init
1 parent 5903ec9 commit 63039ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neuralprophet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
log.addHandler(c_handler)
1717
log.addHandler(f_handler)
1818

19-
from neural_prophet import NeuralProphet
19+
from neuralprophet.neural_prophet import NeuralProphet

0 commit comments

Comments
 (0)