Skip to content

Commit 4367f0a

Browse files
committed
Fix lint
1 parent 8503138 commit 4367f0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugins/modules/firewall_device.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
type=FieldType.string,
4040
required=True,
4141
description=[
42-
"The type of Linode Entity. Currently only supports linode, nodebalancer, and interface."
42+
"The type of Linode Entity. "
43+
"Currently only supports linode, nodebalancer, and interface."
4344
],
4445
choices=["linode", "nodebalancer", "interface"],
4546
),

0 commit comments

Comments
 (0)