Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
tabergma committed Jul 26, 2019
1 parent 5580c18 commit b6024f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pytest
import logging

from core.run import _create_app_without_api
from rasa.core.run import _create_app_without_api
from rasa import server
from rasa.core import config
from rasa.core.agent import Agent, load_agent
Expand Down

0 comments on commit b6024f2

Please sign in to comment.