Skip to content

Commit 03ab185

Browse files
tomhennigancopybara-github
authored andcommitted
Fix import ordering.
PiperOrigin-RevId: 595063851
1 parent 12a7c79 commit 03ab185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sonnet/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@
7171
from sonnet.src.recurrent import UnrolledLSTM
7272
from sonnet.src.recurrent import UnrolledRNN
7373
from sonnet.src.recurrent import VanillaRNN
74-
from sonnet.src.reshape import flatten
7574
from sonnet.src.reshape import Flatten
76-
from sonnet.src.reshape import reshape
75+
from sonnet.src.reshape import flatten
7776
from sonnet.src.reshape import Reshape
77+
from sonnet.src.reshape import reshape
7878
from sonnet.src.scale_gradient import scale_gradient
7979
from sonnet.src.sequential import Sequential
8080
from sonnet.src.utils import format_variables

0 commit comments

Comments
 (0)