Skip to content

Commit

Permalink
Remove unused local variable 'asic_type'
Browse files Browse the repository at this point in the history
  • Loading branch information
MariuszStachura committed Oct 19, 2022
1 parent 148dac8 commit fb31e77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/qos/test_buffer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2853,7 +2853,6 @@ def _check_port_buffer_info_and_return(duthost, table, ids, port, expected_profi
return result

duthost = duthosts[rand_one_dut_hostname]
asic_type = duthost.get_asic_name()

# Skip the legacy branches
skip_release(duthost, ["201811", "201911"])
Expand Down

0 comments on commit fb31e77

Please sign in to comment.