mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
s*: style adjustments (#9517)
* s*: style adjustments * fix quotes * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -113,7 +113,7 @@ EXAMPLES = r"""
|
||||
region: fr-par
|
||||
"""
|
||||
|
||||
RETURNS = '''
|
||||
RETURNS = """
|
||||
{
|
||||
"scaleway_lb": {
|
||||
"backend_count": 0,
|
||||
@@ -154,7 +154,7 @@ RETURNS = '''
|
||||
]
|
||||
}
|
||||
}
|
||||
'''
|
||||
"""
|
||||
|
||||
import datetime
|
||||
import time
|
||||
|
||||
Reference in New Issue
Block a user