Skip to content

Commit 65b1b18

Browse files
committed
fixed LGTM issue
1 parent 12e7482 commit 65b1b18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

show/main.py

-1
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,6 @@ def aging_time():
668668
age_time = switch_table[key]['fdb_aging_time']
669669
except KeyError:
670670
age_time = '0'
671-
pass
672671
output = 'Mac Aging-Time : '
673672
output += ('%s seconds\n' % (str(age_time)))
674673
click.echo(output)

0 commit comments

Comments
 (0)