Skip to content

Commit

Permalink
Removed some unnecessary function overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleknap committed Feb 20, 2015
1 parent a273f7c commit dc21c9c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions awscli/clidocs.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,21 +519,12 @@ def doc_description(self, help_command, **kwargs):
def doc_synopsis_start(self, help_command, **kwargs):
pass

def doc_synopsis_option(self, arg_name, help_command, **kwargs):
pass

def doc_synopsis_end(self, help_command, **kwargs):
pass

def doc_options_start(self, help_command, **kwargs):
pass

def doc_option(self, arg_name, help_command, **kwargs):
pass

def doc_option_example(self, arg_name, help_command, **kwargs):
pass

def doc_options_end(self, help_command, **kwargs):
pass

Expand Down

0 comments on commit dc21c9c

Please sign in to comment.