summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergBobrovsky <SergBobrovsky@users.noreply.github.com>2020-12-24 06:34:58 +0300
committerMarcel Hellkamp <marc@gsites.de>2020-12-31 16:21:20 +0100
commit74ec1909cb9074815f067c4b05a457c5e28d3550 (patch)
tree73014346500baaf0620b734a367fa9894dac37cd
parent2802c44f9014187b7de422cf52bcc09b2e59b3c2 (diff)
downloadbottle-74ec1909cb9074815f067c4b05a457c5e28d3550.tar.gz
remove useless assignment
look 13 lines down
-rwxr-xr-xbottle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bottle.py b/bottle.py
index 117d9f2..3f9fcff 100755
--- a/bottle.py
+++ b/bottle.py
@@ -4031,7 +4031,7 @@ class StplParser(object):
# This huge pile of voodoo magic splits python code into 8 different tokens.
# We use the verbose (?x) regex mode to make this more manageable
- _re_tok = _re_inl = r'''(
+ _re_tok = r'''(
[urbURB]*
(?: ''(?!')
|""(?!")