Skip to content

Commit 4c45f4f

Browse files
committed
reformatted constants.py with black -l 159. Should pass sanity now
1 parent 34d7092 commit 4c45f4f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

plugins/module_utils/constants.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -447,11 +447,4 @@
447447

448448
MANAGEMENT_EPG_TYPE = dict(ooband="oob", inband="inb")
449449

450-
MANAGEMENT_EPG_CLASS_MAPPING = dict(
451-
in_band=
452-
{"epg_class": "mgmtInB",
453-
"epg_rn": "inb-"},
454-
out_of_band=
455-
{"epg_class": "mgmtOoB",
456-
"epg_rn": "oob-"}
457-
)
450+
MANAGEMENT_EPG_CLASS_MAPPING = dict(in_band={"epg_class": "mgmtInB", "epg_rn": "inb-"}, out_of_band={"epg_class": "mgmtOoB", "epg_rn": "oob-"})

0 commit comments

Comments
 (0)