Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix black
Browse files Browse the repository at this point in the history
LewisGaul committed Jun 8, 2024
1 parent b2d0a7c commit c65dd75
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python_on_whales/components/pod/cli_wrapper.py
Original file line number Diff line number Diff line change
@@ -435,9 +435,7 @@ def create(
full_cmd.add_flag("--no-hosts", no_hosts)
full_cmd.add_simple_arg("--pid", pid)
full_cmd.add_simple_arg("--pod-id-file", pod_id_file)
full_cmd.add_args_iterable(
"-p", [format_port_arg(p) for p in publish]
)
full_cmd.add_args_iterable("-p", [format_port_arg(p) for p in publish])
full_cmd.add_flag("--replace", replace)
full_cmd.add_simple_arg("--restart", restart)
full_cmd.add_args_iterable("--security-opt", security_options)

0 comments on commit c65dd75

Please sign in to comment.