Skip to content

Commit f3fd5ab

Browse files
Fix 'use-symbolic-message-instead' error in 'excess escape'
1 parent d0cc019 commit f3fd5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/e/excess_escapes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# pylint:disable=W0105, W0511, misplaced-comparison-constant, comparison-with-itself
1+
# pylint:disable=pointless-string-statement, fixme, misplaced-comparison-constant, comparison-with-itself
22
"""Stray backslash escapes may be missing a raw-string prefix."""
33

44
__revision__ = '$Id$'

0 commit comments

Comments
 (0)