Skip to content

Commit 4e1b6a6

Browse files
committed
add missing import
1 parent 7b45e0f commit 4e1b6a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rasa/nlu/test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
from rasa.nlu.model import Interpreter, Trainer, TrainingData
3838
from rasa.nlu.components import Component
3939
from rasa.nlu.tokenizers.tokenizer import Token
40+
from rasa.nlu.classifiers.diet_classifier import DIETClassifier
4041
from rasa.utils.tensorflow.constants import ENTITY_RECOGNITION
4142

4243
logger = logging.getLogger(__name__)

0 commit comments

Comments
 (0)