Skip to content

Commit e8c3b88

Browse files
committed
correct fix init
1 parent 008b5d5 commit e8c3b88

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 neuralprophet.neural_prophet import NeuralProphet
19+
from .neural_prophet import NeuralProphet

0 commit comments

Comments
 (0)