Fix invalid string escape sequences.

This commit is contained in:
Matt Clay 2017-11-20 19:08:30 -08:00
commit e45c763b64
48 changed files with 77 additions and 77 deletions

View file

@ -70,7 +70,7 @@ BLACKLIST_IMPORTS = {
'ansible.module_utils.urls instead')
}
},
'boto(?:\.|$)': {
r'boto(?:\.|$)': {
'new_only': True,
'error': {
'code': 204,