From: garciadeblas Date: Wed, 24 Feb 2021 11:31:50 +0000 (+0000) Subject: Clean-up unused global variables X-Git-Tag: v9.0.0-dev~7 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=631949fc005ba91d4af5127821f59fa7c5c9d0be;p=osm%2Fosmclient.git Clean-up unused global variables Change-Id: I67aeb248e447fc7036e70d6081232f777a2fb713 Signed-off-by: garciadeblas --- 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()