Skip to content

Commit

Permalink
Update test_fasttext.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DGaffney authored Sep 22, 2023
1 parent 290a740 commit 44a523f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/lib/model/test_fasttext.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import unittest
from unittest.mock import patch, MagicMock
import numpy as np
from lib.model.fasttext import FasttextModel
from lib import schemas

Expand Down

0 comments on commit 44a523f

Please sign in to comment.