Skip to content

Commit f716172

Browse files
authored
Fix googletrans AttributeError (falloutdurham#57)
Delete meta info
1 parent c4117d3 commit f716172

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

chapter5/Chapter 5.ipynb

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -420,13 +420,7 @@
420420
"translations_en_random = translator.translate(t_text, src=tr_lang, dest='en')\n",
421421
"en_text = [t.text for t in translations_en_random]\n",
422422
"print(en_text)"
423-
],
424-
"metadata": {
425-
"collapsed": false,
426-
"pycharm": {
427-
"name": "#%%\n"
428-
}
429-
}
423+
]
430424
},
431425
{
432426
"cell_type": "code",
@@ -457,4 +451,4 @@
457451
},
458452
"nbformat": 4,
459453
"nbformat_minor": 2
460-
}
454+
}

0 commit comments

Comments
 (0)