Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario committed Oct 29, 2021
1 parent 2e44df9 commit fb55e07
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions flytekit/clis/flyte_cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,18 @@


def _welcome_message():
_click.secho("\n################################################################################################################################", bold=True)
_click.secho("# flyte-cli is being deprecated in favor of flytectl. More details about flytectl in https://docs.flyte.org/projects/flytectl/ #", bold=True)
_click.secho("################################################################################################################################\n", bold=True)
_click.secho(
"\n################################################################################################################################",
bold=True,
)
_click.secho(
"# flyte-cli is being deprecated in favor of flytectl. More details about flytectl in https://docs.flyte.org/projects/flytectl/ #",
bold=True,
)
_click.secho(
"################################################################################################################################\n",
bold=True,
)
_click.secho("Welcome to Flyte CLI! Version: {}\n".format(_tt(__version__)), bold=True)


Expand Down

0 comments on commit fb55e07

Please sign in to comment.