Skip to content

Commit d516fe7

Browse files
akinrosslhercot
authored andcommitted
[ignore] add whiteline between constant declarations for consistency in constant.py
1 parent 67351de commit d516fe7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/module_utils/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
SPAN_DIRECTION_MAP = {"incoming": "in", "outgoing": "out", "both": "both"}
3535

3636
MATCH_TYPE_MAPPING = {"all": "All", "at_least_one": "AtleastOne", "at_most_one": "AtmostOne", "none": "None"}
37+
3738
IPV4_REGEX = r"^((25[0-5]|(2[0-4]|1\d|[1-9]|)\d)\.?\b){4}$"
3839

3940
VM_PROVIDER_MAPPING = dict(

0 commit comments

Comments
 (0)