Skip to content

Commit 976ede8

Browse files
fix formatting
1 parent c7b59f0 commit 976ede8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

keras/src/ops/nn_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2450,7 +2450,8 @@ def test_dot_product_attention(
24502450
if bias is not None:
24512451
if backend.backend() in ("torch", "openvino"):
24522452
self.skipTest(
2453-
"torch and openvino do not support `bias` with `dot_product_attention`"
2453+
"torch and openvino do not support `bias` with "
2454+
"`dot_product_attention`"
24542455
)
24552456
bias = np.arange(math.prod(bias_shape), dtype=float).reshape(
24562457
bias_shape

0 commit comments

Comments
 (0)