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/lib/ospf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/topotests/lib/ospf.py') diff --git a/tests/topotests/lib/ospf.py b/tests/topotests/lib/ospf.py index 5bc9f14fea..79e4d97448 100644 --- a/tests/topotests/lib/ospf.py +++ b/tests/topotests/lib/ospf.py @@ -94,7 +94,9 @@ def create_router_ospf(tgen, topo, input_dict=None, build=False, load_config=Tru return result -def __create_ospf_global(tgen, input_dict, router, build=False, load_config=True, ospf="ospf"): +def __create_ospf_global( + tgen, input_dict, router, build=False, load_config=True, ospf="ospf" +): """ Helper API to create ospf global configuration. -- cgit v1.2.3