Skip to content

Commit 0bd3e88

Browse files
committed
[ignore] Applied black formatting to aci_l4l7_concrete_interface_attachment
1 parent 9a70b06 commit 0bd3e88

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

plugins/modules/aci_l4l7_concrete_interface_attachment.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,11 @@ def main():
262262

263263
aci = ACIModule(module)
264264

265-
tdn = "uni/tn-{0}/lDevVip-{1}/cDev-{2}/cIf-[{3}]".format(tenant, logical_device, concrete_device, concrete_interface) if concrete_interface is not None else None
265+
tdn = (
266+
"uni/tn-{0}/lDevVip-{1}/cDev-{2}/cIf-[{3}]".format(tenant, logical_device, concrete_device, concrete_interface)
267+
if concrete_interface is not None
268+
else None
269+
)
266270

267271
aci.construct_url(
268272
root_class=dict(

0 commit comments

Comments
 (0)