Skip to content

Commit

Permalink
updating with black
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Hopkins committed Oct 30, 2019
1 parent 0d9fd83 commit 8685726
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rasa/cli/x.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@ def _overwrite_endpoints_for_local_x(
# the endpoint.yml file.
custom_wait_time_pulls = endpoints.model.kwargs.get("wait_time_between_pulls")
custom_url = endpoints.model.url
default_rasax_model_server_url = f"{rasa_x_url}/projects/default/models/tag/production"
default_rasax_model_server_url = (
f"{rasa_x_url}/projects/default/models/tag/production"
)

if custom_url is not None and custom_url != default_rasax_model_server_url:
logger.info(
Expand Down

0 comments on commit 8685726

Please sign in to comment.