From dacf78b1136a19d6826aefb4d4c0944c433e9c64 Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Wed, 10 Jan 2024 11:27:16 +1100 Subject: [PATCH] [trivial] Remove addition whitespace in string When constructing the description there is trainling whitespace *and* leading whitespace. This is redundant. Change-Id: I84f2fbc5daed10b34b8e2285f7ead7bffd6d8c52 --- openstack_election/cmds/update_releases_calendar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack_election/cmds/update_releases_calendar.py b/openstack_election/cmds/update_releases_calendar.py index 7d1e45da..00422660 100644 --- a/openstack_election/cmds/update_releases_calendar.py +++ b/openstack_election/cmds/update_releases_calendar.py @@ -112,7 +112,7 @@ def main(): return 1 description = ('Update development cycle in openstack/releases with ' - ' key election events') + 'key election events') parser = argparse.ArgumentParser(description) parser.add_argument('--releases-repo', dest='releases_repo', required=True,