Skip to content

Commit

Permalink
fixed single quotes with double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
sowmyasris committed Jul 3, 2024
1 parent ba333c3 commit f5e21cb
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 @@ -7,7 +7,7 @@

# Dynamically get the version of the package
try:
version = importlib.metadata.version('fedn')
version = importlib.metadata.version("fedn")
except importlib.metadata.PackageNotFoundError:
version = 'unknown'
@click.group(context_settings=CONTEXT_SETTINGS)
Expand Down

0 comments on commit f5e21cb

Please sign in to comment.