mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Fix invalid string escape sequences.
This commit is contained in:
@@ -70,7 +70,7 @@ BLACKLIST_IMPORTS = {
|
||||
'ansible.module_utils.urls instead')
|
||||
}
|
||||
},
|
||||
'boto(?:\.|$)': {
|
||||
r'boto(?:\.|$)': {
|
||||
'new_only': True,
|
||||
'error': {
|
||||
'code': 204,
|
||||
|
||||
Reference in New Issue
Block a user