Skip to content

Commit

Permalink
fixed double quotes for version
Browse files Browse the repository at this point in the history
  • Loading branch information
sowmyasris committed Jul 3, 2024
1 parent f5e21cb commit b5bf969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedn/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
try:
version = importlib.metadata.version("fedn")
except importlib.metadata.PackageNotFoundError:
version = 'unknown'
version = "unknown"
@click.group(context_settings=CONTEXT_SETTINGS)
@click.version_option(version)
@click.pass_context
Expand Down

0 comments on commit b5bf969

Please sign in to comment.