Skip to content

Commit

Permalink
Merge pull request #16889 from cscarpitta/fix/remove-duplicate-import…
Browse files Browse the repository at this point in the history
…-toopotest

tests: Remove duplicate `check_ping` import
  • Loading branch information
Jafaral authored Sep 21, 2024
2 parents 91a3d4d + 2539917 commit be9ea80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from lib.topogen import Topogen, TopoRouter, get_topogen
from lib.topolog import logger
from lib.common_config import required_linux_kernel_version
from lib.checkping import check_ping, check_ping
from lib.checkping import check_ping

pytestmark = [pytest.mark.bgpd]

Expand Down

0 comments on commit be9ea80

Please sign in to comment.