Skip to content

Commit

Permalink
Merge pull request #320 from bothub-it/develop
Browse files Browse the repository at this point in the history
Fix ai_platform settings dockerfile
  • Loading branch information
lucasagra authored Nov 29, 2021
2 parents 70488cd + d1608b7 commit e10993c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bothub/nlu_worker/interpreter_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from tempfile import mkdtemp
from datetime import datetime

from bothub import settings
from bothub.shared import settings
from bothub.shared.utils.persistor import BothubPersistor
from bothub.shared.utils.backend import backend
from bothub.shared.utils.rasa_components.bothub_interpreter import BothubInterpreter
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion bothub/shared/utils/pipeline_builder.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import List, Callable, Optional

from bothub import settings
from bothub.shared import settings
from bothub.shared.utils.helpers import ALGORITHM_TO_LANGUAGE_MODEL
from bothub_nlp_celery import settings as celery_settings
from bothub.shared.utils.rasa_components.registry import language_to_model
Expand Down

0 comments on commit e10993c

Please sign in to comment.