Skip to content

Commit

Permalink
fix weird false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
wochinge committed Apr 12, 2021
1 parent 0d9b3be commit 0c6de2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rasa/cli/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from rasa.cli import SubParsersAction
from rasa.cli.arguments import run as arguments
import rasa.cli.utils
import rasa.shared.utils.cli
import rasa.shared.utils.cli # noqa: F401
from rasa.shared.constants import (
DOCS_BASE_URL,
DEFAULT_ENDPOINTS_PATH,
Expand Down
2 changes: 1 addition & 1 deletion rasa/cli/visualize.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from rasa.cli.arguments import visualize as arguments
from rasa.shared.constants import DEFAULT_DATA_PATH
import rasa.shared.data
import rasa.utils.common
import rasa.utils.common # noqa: F401


def add_subparser(
Expand Down

0 comments on commit 0c6de2b

Please sign in to comment.