Skip to content

Commit

Permalink
express invalid LGTM warning
Browse files Browse the repository at this point in the history
Change-Id: If6e571d803b7ba8702164f000ac7a0a10919f175
  • Loading branch information
Junchao-Mellanox committed May 10, 2022
1 parent 5d6cc25 commit 0d7cd5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/bgp/test_bgp_speaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from tests.common.utilities import wait_tcp_connection
from tests.common.helpers.assertions import pytest_require
from tests.common.utilities import wait_until
from tests.flow_counter.flow_counter_utils import RouteFlowCounterTestContext, is_route_flow_counter_supported
from tests.flow_counter.flow_counter_utils import RouteFlowCounterTestContext, is_route_flow_counter_supported # lgtm[py/unused-import]


pytestmark = [
Expand Down
2 changes: 1 addition & 1 deletion tests/route/test_route_flow_counter.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import pytest
from tests.common.helpers.assertions import pytest_assert, pytest_require
from tests.flow_counter import flow_counter_utils
from tests.flow_counter.flow_counter_utils import check_route_flow_counter_supported
from tests.flow_counter.flow_counter_utils import check_route_flow_counter_supported # lgtm[py/unused-import]

logger = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion tests/vxlan/test_vnet_vxlan.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from tests.common.fixtures.ptfhost_utils import remove_ip_addresses, change_mac_addresses, \
copy_arp_responder_py, copy_ptftests_directory
from tests.flow_counter.flow_counter_utils import RouteFlowCounterTestContext, is_route_flow_counter_supported
from tests.flow_counter.flow_counter_utils import RouteFlowCounterTestContext, is_route_flow_counter_supported # lgtm[py/unused-import]
import tests.arp.test_wr_arp as test_wr_arp

from tests.common.config_reload import config_reload
Expand Down

0 comments on commit 0d7cd5f

Please sign in to comment.