diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-04-13 12:23:52 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2018-04-13 12:23:52 -0400 |
commit | c0cc12a305cb22d39717a6326d9286337837bcf5 (patch) | |
tree | 1d376db8a73c9dba655be2adc1aa8c3adee3d0f4 /cmd2.py | |
parent | 8029d54b28302ecf6066853b7a4b4520c14ce9fb (diff) | |
download | cmd2-git-c0cc12a305cb22d39717a6326d9286337837bcf5.tar.gz |
Removed unused variables
Diffstat (limited to 'cmd2.py')
-rwxr-xr-x | cmd2.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -3033,9 +3033,7 @@ Usage: Usage: unalias [-a] name [name ...] if self.ruler: self.stdout.write('{:{ruler}<{width}}\n'.format('', ruler=self.ruler, width=80)) - help_topics = self.get_help_topics() for command in cmds: - doc = '' # Try to get the documentation string try: # first see if there's a help function implemented |