Skip to content

Commit f0cec76

Browse files
committed
Fix: remove trailing comma
1 parent 61794fd commit f0cec76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/en/tutorials/generative/autoencoder.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@
181181
"\n",
182182
"shape = x_test.shape\n",
183183
"latent_dim = 64\n",
184-
"autoencoder = Autoencoder(latent_dim, shape)\n",
185-
],
184+
"autoencoder = Autoencoder(latent_dim, shape)\n"
185+
]
186186
},
187187
{
188188
"cell_type": "code",

0 commit comments

Comments
 (0)