Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.

Commit

Permalink
fix: random char in import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Zylbersztejn committed Jun 20, 2019
1 parent 693ee35 commit 196b67c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasa_addons/nlu/components/gazette.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from rasa.nlu.training_data import Message, TrainingData
from rasa.nlu.model import Metadata

from .fuzzy_matcher import process
from fuzzy_matcher import process

class Gazette(Component):
name = "Gazette"
Expand Down

0 comments on commit 196b67c

Please sign in to comment.