Skip to content

Commit

Permalink
minor code fix..
Browse files Browse the repository at this point in the history
  • Loading branch information
KatHellg committed Nov 25, 2024
1 parent 8028412 commit b310ce6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fedn/cli/login_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ def login_cmd(ctx):
@login_cmd.command("login")
@click.pass_context
def login_cmd(ctx):
"""Logging into FEDn Studio"""

"""Logging into FEDn Studio
"""
# Step 1: Display welcome message
click.secho("Welcome to Scaleout FEDn!", fg="green")

Expand Down

0 comments on commit b310ce6

Please sign in to comment.