Clean-up unused global variables
[osm/osmclient.git] / osmclient / scripts / osm.py
index d9136f3..c434fe8 100755 (executable)
@@ -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()