Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zliang-akamai committed Sep 25, 2024
1 parent 2e5fa74 commit 0c340d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions plugins/module_utils/doc_fragments/region.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Documentation fragments for the region module"""

result_region_samples = ["""{
"id": "us-mia",
"label": "Miami, FL",
Expand Down
4 changes: 3 additions & 1 deletion plugins/module_utils/doc_fragments/region_info.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""Documentation fragments for the region_info module"""

specdoc_examples = ['''
- name: Get Info of a Linode Region
linode.cloud.region_info:
id: us-mia''']
id: us-mia''']

0 comments on commit 0c340d5

Please sign in to comment.