From 63da02968a6a86422a5c87f675085d478fbc6b8e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 16:15:09 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/units/anta_tests/routing/test_bgp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/units/anta_tests/routing/test_bgp.py b/tests/units/anta_tests/routing/test_bgp.py index 8414c3811..63a622262 100644 --- a/tests/units/anta_tests/routing/test_bgp.py +++ b/tests/units/anta_tests/routing/test_bgp.py @@ -14,6 +14,7 @@ VerifyBGPPeerASNCap, VerifyBGPPeerCount, VerifyBGPPeerDropStats, + VerifyBGPPeerGroup, VerifyBGPPeerMD5Auth, VerifyBGPPeerMPCaps, VerifyBGPPeerRouteLimit, @@ -24,7 +25,6 @@ VerifyBGPSpecificPeers, VerifyBGPTimers, VerifyEVPNType2Route, - VerifyBGPPeerGroup, ) from tests.units.anta_tests import test @@ -5126,4 +5126,4 @@ ], }, }, -] \ No newline at end of file +]