diff --git a/src/gluonts/torch/model/samformer/__init__.py b/src/gluonts/torch/model/samformer/__init__.py index 6039e52cd9..e278351bea 100644 --- a/src/gluonts/torch/model/samformer/__init__.py +++ b/src/gluonts/torch/model/samformer/__init__.py @@ -14,7 +14,6 @@ from .module import SamFormerModel from .lightning_module import SamFormerLightningModule from .estimator import SamFormerEstimator -from .sam import SAM __all__ = [ "SamFormerModel",