trivial: Remove unnecessary trailing comma · openstack/python-openstackclient@17e6545 · GitHub
Skip to content

Commit 17e6545

Browse files
committed
trivial: Remove unnecessary trailing comma
Change-Id: I62402145c17f96626ec6e29598e32dee03a6038e Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
1 parent 2ba9058 commit 17e6545

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

openstackclient/network/v2/floating_ip.py

Lines changed: 1 addition & 1 deletion

openstackclient/network/v2/floating_ip_port_forwarding.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def get_parser(self, prog_name):
144144
"The protocol used in the floating IP "
145145
"port forwarding, for instance: TCP, UDP"
146146
),
147-
),
147+
)
148148
parser.add_argument(
149149
'--description',
150150
metavar='<description>',
@@ -404,7 +404,7 @@ def get_parser(self, prog_name):
404404
metavar='<protocol>',
405405
choices=['tcp', 'udp'],
406406
help=_("The IP protocol used in the floating IP port forwarding"),
407-
),
407+
)
408408
parser.add_argument(
409409
'--description',
410410
metavar='<description>',

openstackclient/network/v2/subnet_pool.py

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)