Skip to content

Commit 0c4b37a

Browse files
committed
update imports
1 parent 0b0dfe1 commit 0c4b37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pts/model/estimator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from gluonts.model.estimator import Estimator
1515
from gluonts.torch.model.predictor import PyTorchPredictor
1616
from gluonts.transform import SelectFields, Transformation
17-
from gluonts.support.util import maybe_len
17+
from gluonts.itertools import maybe_len
1818

1919
from pts import Trainer
2020
from pts.model import get_module_forward_input_names

0 commit comments

Comments
 (0)