Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk committed Nov 28, 2023
1 parent 7d23caf commit 4f18f31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spacy/ml/models/textcat.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
from thinc.types import ArrayXd, Floats2d

from ...attrs import ORTH
from ...errors import Errors
from ...tokens import Doc
from ...util import registry
from ..extract_ngrams import extract_ngrams
Expand Down

0 comments on commit 4f18f31

Please sign in to comment.