mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Fix invalid string escape sequences.
This commit is contained in:
parent
f9cd50411f
commit
e45c763b64
48 changed files with 77 additions and 77 deletions
|
@ -70,7 +70,7 @@ BLACKLIST_IMPORTS = {
|
|||
'ansible.module_utils.urls instead')
|
||||
}
|
||||
},
|
||||
'boto(?:\.|$)': {
|
||||
r'boto(?:\.|$)': {
|
||||
'new_only': True,
|
||||
'error': {
|
||||
'code': 204,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue