Skip to content

Commit

Permalink
update import to top-level
Browse files Browse the repository at this point in the history
  • Loading branch information
jwmueller authored Jul 9, 2024
1 parent b2bcebd commit 0fe3dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fasttext_amazon_reviews/fasttext_amazon_reviews.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"import os\n",
"from datetime import datetime as dt\n",
"\n",
"from utils.fasttext_wrapper import FastTextClassifier, data_loader"
"from fasttext_wrapper import FastTextClassifier, data_loader"
]
},
{
Expand Down

0 comments on commit 0fe3dbe

Please sign in to comment.