diff --git a/keras_core/utils/torch_utils.py b/keras_core/utils/torch_utils.py index 4fbe6137d..25429426b 100644 --- a/keras_core/utils/torch_utils.py +++ b/keras_core/utils/torch_utils.py @@ -1,9 +1,6 @@ -import keras_core -from keras_core.api_export import keras_core_export from keras_core.layers import Layer -@keras_core_export(["keras_core.utils.TorchModuleWrapper"]) class TorchModuleWrapper(Layer): """Torch module wrapper layer.