Skip to content

Commit

Permalink
Update rasa_nlu/server.py
Browse files Browse the repository at this point in the history
Co-Authored-By: EPedrotti <44090731+EPedrotti@users.noreply.github.com>
  • Loading branch information
wochinge and EPedrotti authored Feb 25, 2019
1 parent ff5c3e2 commit eb28699
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rasa_nlu/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ def extract_data_and_config(self, request):
if 'yml' in content_type:
# assumes the user submitted a model configuration with a data
# parameter attached to it
# parameter attached to it

model_config = utils.read_yaml(request_content)
data = model_config.get("data")
Expand Down

0 comments on commit eb28699

Please sign in to comment.