Skip to content

Commit 7073ae0

Browse files
authored
Addressed LGTM comments
Added spaces
1 parent e7e6598 commit 7073ae0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/sfpshow

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ class SFPShow(object):
357357

358358
def display_eeprom(self):
359359
click.echo(self.output)
360+
360361
@multi_asic_util.run_on_multi_asic
361362
def display_summary(self, interfacename):
362363
out_put = ''
@@ -404,6 +405,7 @@ class SFPShow(object):
404405
def cli():
405406
"""sfpshow - Command line utility for display SFP transceivers information"""
406407
pass
408+
407409
# 'summary' subcommand
408410
@cli.command()
409411
@click.option('-p', '--port', metavar='<port_name>', help="Display SFP summary data for port <port_name> only")

0 commit comments

Comments
 (0)