Skip to content

Commit 8f2798e

Browse files
update init
1 parent 96f65af commit 8f2798e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras/src/backend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
from keras.src.backend.tensorflow.core import Variable as BackendVariable
4040
elif backend() == "jax":
4141
from keras.src.backend.jax import * # noqa: F403
42-
from keras.src.backend.jax import Variable as BackendVariable
42+
from keras.src.backend.jax.core import Variable as BackendVariable
4343
elif backend() == "torch":
4444
from keras.src.backend.torch import * # noqa: F403
4545
from keras.src.backend.torch.core import Variable as BackendVariable

0 commit comments

Comments
 (0)