Skip to content

Commit fa00d7a

Browse files
committed
format
1 parent ce13e69 commit fa00d7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

keras/src/utils/jax_layer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ def __init__(
246246
):
247247
if backend.backend() not in ["jax", "tensorflow"]:
248248
raise ValueError(
249-
"JaxLayer is only supported with the JAX or Tensorflow backend. "
250-
f"Current backend: {backend.backend()}"
249+
"JaxLayer is only supported with the JAX or Tensorflow backend"
250+
f". Current backend: {backend.backend()}"
251251
)
252252

253253
if init_fn is None and params is None and state is None:

0 commit comments

Comments
 (0)