Skip to content

Commit c2d6161

Browse files
Merge pull request #2257 from vaharoni:tutorial_load_pandas_fix
PiperOrigin-RevId: 569608328
2 parents 07c2960 + dd0a2b7 commit c2d6161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/tutorials/load_data/pandas_dataframe.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@
533533
"class MyModel(tf.keras.Model):\n",
534534
" def __init__(self):\n",
535535
" # Create all the internal layers in init.\n",
536-
" super().__init__(self)\n",
536+
" super().__init__()\n",
537537
"\n",
538538
" self.normalizer = tf.keras.layers.Normalization(axis=-1)\n",
539539
"\n",

0 commit comments

Comments
 (0)