summaryrefslogtreecommitdiff
path: root/tests/topotests/ospf_suppress_fa
diff options
context:
space:
mode:
authorChristian Hopps <chopps@labn.net>2021-09-03 08:47:30 -0400
committerChristian Hopps <chopps@labn.net>2021-09-04 09:04:47 -0400
commita53c08bc131c02f4a20931d7aa9f974194ab16e7 (patch)
tree2c48ef7c757706d47ac5b999bf667166bc1c2e1a /tests/topotests/ospf_suppress_fa
parent4953ca977f3a5de8109ee6353ad07f816ca1774c (diff)
tests: cleanup: rerun changed files through black
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'tests/topotests/ospf_suppress_fa')
-rw-r--r--tests/topotests/ospf_suppress_fa/test_ospf_suppress_fa.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/topotests/ospf_suppress_fa/test_ospf_suppress_fa.py b/tests/topotests/ospf_suppress_fa/test_ospf_suppress_fa.py
index 56c8db7f5b..01ddbc1521 100644
--- a/tests/topotests/ospf_suppress_fa/test_ospf_suppress_fa.py
+++ b/tests/topotests/ospf_suppress_fa/test_ospf_suppress_fa.py
@@ -55,7 +55,6 @@ pytestmark = [pytest.mark.ospfd]
def build_topo(tgen):
"Build function"
-
# Create routers
for router in range(1, 4):
tgen.add_router("r{}".format(router))