From 5980ad0ae0352ba3865ee17cd9bf97bc65e35474 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Mon, 1 Mar 2021 09:18:49 -0500 Subject: tests: Run `black` against tests again to clean up formatting Signed-off-by: Donald Sharp --- tests/topotests/pim-basic/test_pim.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/topotests/pim-basic/test_pim.py') diff --git a/tests/topotests/pim-basic/test_pim.py b/tests/topotests/pim-basic/test_pim.py index 918d3847ce..4debbeb851 100644 --- a/tests/topotests/pim-basic/test_pim.py +++ b/tests/topotests/pim-basic/test_pim.py @@ -45,6 +45,7 @@ from mininet.topo import Topo pytestmark = [pytest.mark.pimd] + class PIMTopo(Topo): def build(self, *_args, **_opts): "Build function" -- cgit v1.2.3