Skip to content

Commit

Permalink
fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
gmartinez95 committed Feb 2, 2023
1 parent b808f2c commit 32eb12a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion faraday_cli/shell/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


def main(argv=None):

parser = argparse.ArgumentParser(description="Commands as arguments")
command_help = (
"optional command to run, "
Expand Down
1 change: 0 additions & 1 deletion faraday_cli/shell/modules/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ def get_service_host(host_id):
json.dumps(services["services"], indent=4)
)
else:

data = [
OrderedDict(
{
Expand Down

0 comments on commit 32eb12a

Please sign in to comment.