Skip to content

Commit

Permalink
Merge pull request #20 from blaise-tk/formatter-main
Browse files Browse the repository at this point in the history
chore(format): run black on main
  • Loading branch information
blaisewf authored Feb 23, 2024
2 parents e010802 + a68f796 commit 23e9ff1
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -946,18 +946,8 @@ def parse_arguments():

# Parser for 'api' mode
api_parser = subparsers.add_parser("api", help="Run the API")
api_parser.add_argument(
"--ip",
type=str,
help="IP address",
default="127.0.0.1"
)
api_parser.add_argument(
"--port",
type=str,
help="Port",
default="8003"
)
api_parser.add_argument("--ip", type=str, help="IP address", default="127.0.0.1")
api_parser.add_argument("--port", type=str, help="Port", default="8003")

return parser.parse_args()

Expand Down

0 comments on commit 23e9ff1

Please sign in to comment.