Skip to content

Commit c0cc12a

Browse files
committed
Removed unused variables
1 parent 8029d54 commit c0cc12a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd2.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3033,9 +3033,7 @@ def _print_topics(self, header, cmds, verbose):
30333033
if self.ruler:
30343034
self.stdout.write('{:{ruler}<{width}}\n'.format('', ruler=self.ruler, width=80))
30353035

3036-
help_topics = self.get_help_topics()
30373036
for command in cmds:
3038-
doc = ''
30393037
# Try to get the documentation string
30403038
try:
30413039
# first see if there's a help function implemented

0 commit comments

Comments
 (0)