summaryrefslogtreecommitdiff
path: root/tests/functional/e/excess_escapes.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/e/excess_escapes.py')
-rw-r--r--tests/functional/e/excess_escapes.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/functional/e/excess_escapes.py b/tests/functional/e/excess_escapes.py
index d680c2b5e..75836572c 100644
--- a/tests/functional/e/excess_escapes.py
+++ b/tests/functional/e/excess_escapes.py
@@ -2,7 +2,6 @@
"""Stray backslash escapes may be missing a raw-string prefix."""
# pylint: disable=redundant-u-string-prefix
-__revision__ = '$Id$'
# Bad escape sequences, which probably don't do what you expect.
A = "\[\]\\" # [anomalous-backslash-in-string,anomalous-backslash-in-string]