Skip to content

Commit 61794fd

Browse files
authored
Fix: linting
1 parent 7b3dba3 commit 61794fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/tutorials/generative/autoencoder.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
"shape = x_test.shape\n",
183183
"latent_dim = 64\n",
184184
"autoencoder = Autoencoder(latent_dim, shape)\n",
185-
]
185+
],
186186
},
187187
{
188188
"cell_type": "code",

0 commit comments

Comments
 (0)