Skip to content

Commit

Permalink
Fix import ordering.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 595063851
  • Loading branch information
tomhennigan authored and copybara-github committed Jan 2, 2024
1 parent 12a7c79 commit 03ab185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sonnet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@
from sonnet.src.recurrent import UnrolledLSTM
from sonnet.src.recurrent import UnrolledRNN
from sonnet.src.recurrent import VanillaRNN
from sonnet.src.reshape import flatten
from sonnet.src.reshape import Flatten
from sonnet.src.reshape import reshape
from sonnet.src.reshape import flatten
from sonnet.src.reshape import Reshape
from sonnet.src.reshape import reshape
from sonnet.src.scale_gradient import scale_gradient
from sonnet.src.sequential import Sequential
from sonnet.src.utils import format_variables
Expand Down

0 comments on commit 03ab185

Please sign in to comment.