From 631949fc005ba91d4af5127821f59fa7c5c9d0be Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 24 Feb 2021 11:31:50 +0000 Subject: [PATCH] Clean-up unused global variables Change-Id: I67aeb248e447fc7036e70d6081232f777a2fb713 Signed-off-by: garciadeblas --- osmclient/scripts/osm.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/osmclient/scripts/osm.py b/osmclient/scripts/osm.py index d9136f3..c434fe8 100755 --- a/osmclient/scripts/osm.py +++ b/osmclient/scripts/osm.py @@ -33,10 +33,6 @@ import logging from datetime import datetime -# Global variables - -CONTEXT_SETTINGS = dict(help_option_names=['-h', '--help'], max_content_width=160) - def wrap_text(text, width): wrapper = textwrap.TextWrapper(width=width) lines = text.splitlines() -- 2.17.1