Skip to content

Commit

Permalink
additional linting
Browse files Browse the repository at this point in the history
  • Loading branch information
amosyou committed Feb 15, 2024
1 parent 24cd16c commit 8a478c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion optax/_src/wrappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,8 @@ class MaybeUpdateState(NamedTuple):
"""Maintains inner transform state and adds a step counter.
Attributes:
inner_state (:class:`optax.OptState`): The state of the inner `GradientTransformation`.
inner_state (:class:`optax.OptState`): The state of the inner
`GradientTransformation`.
step (``Union[jax.Array, int]``): The current step counter.
"""
inner_state: base.OptState
Expand Down

0 comments on commit 8a478c2

Please sign in to comment.