mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
committed by
Rob Crittenden
parent
ebb6e5dfe6
commit
07d318d092
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user