Skip to content

Commit 5401505

Browse files
committed
line33 syntax changes
1 parent c6031a8 commit 5401505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

official/nlp/modeling/layers/transformer_encoder_block.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def __init__(
3030
self,
3131
axis: Union[int , Sequence[int]] = -1,
3232
epsilon: float = 1e-6,
33-
**kwargs,
33+
**kwargs
3434
):
3535
"""Initializes RMSNorm.
3636

0 commit comments

Comments
 (0)