From 4953ca977f3a5de8109ee6353ad07f816ca1774c Mon Sep 17 00:00:00 2001 From: Christian Hopps Date: Fri, 3 Sep 2021 08:43:32 -0400 Subject: tests: cleanup - remove unused imports Signed-off-by: Christian Hopps --- tests/topotests/pim_basic_topo2/test_pim_basic_topo2.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/topotests/pim_basic_topo2/test_pim_basic_topo2.py') diff --git a/tests/topotests/pim_basic_topo2/test_pim_basic_topo2.py b/tests/topotests/pim_basic_topo2/test_pim_basic_topo2.py index 2352a9ab12..b645728659 100644 --- a/tests/topotests/pim_basic_topo2/test_pim_basic_topo2.py +++ b/tests/topotests/pim_basic_topo2/test_pim_basic_topo2.py @@ -28,7 +28,6 @@ test_pim_basic_topo2.py: Test the FRR PIM protocol convergence. import os import sys -import json from functools import partial import pytest @@ -43,7 +42,6 @@ from lib.topogen import Topogen, TopoRouter, get_topogen from lib.topolog import logger # Required to instantiate the topology builder class. -from lib.micronet_compat import Topo pytestmark = [pytest.mark.bfdd, pytest.mark.pimd] -- cgit v1.2.3