Skip to content

Commit

Permalink
[nba615] LGTM fixed: The value ... is never used
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Sapronov <andrew.sapronov@gmail.com>
  • Loading branch information
andrewsapronov committed May 26, 2022
1 parent e87d464 commit f56a59e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,6 @@ def _get_sfp_type(self, sfp_type):
def _read_eeprom_bytes(self, offset, num_bytes, path_idx):
eeprom_raw = []

eeprom = None

for i in range(0, num_bytes):
eeprom_raw.append("0x00")

Expand Down

0 comments on commit f56a59e

Please sign in to comment.