Removes several pylint warnings.

This patche removes 93 pylint deprecation warnings due to invalid escape
sequences (mostly 'invalid escape sequence \d') on unicode strings.

Signed-off-by: Rafael Guterres Jeffman <rjeffman@redhat.com>
Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
Rafael Guterres Jeffman
2019-09-23 18:30:22 -03:00
committed by Rob Crittenden
parent ebb6e5dfe6
commit 07d318d092
32 changed files with 84 additions and 77 deletions

View File

@@ -194,7 +194,7 @@ def assert_not_equal(val1, val2):
class Fuzzy:
"""
r"""
Perform a fuzzy (non-strict) equality tests.
`Fuzzy` instances will likely be used when comparing nesting