summaryrefslogtreecommitdiff
path: root/pyparsing/core.py
diff options
context:
space:
mode:
authorptmcg <ptmcg@austin.rr.com>2023-04-03 01:14:44 -0500
committerptmcg <ptmcg@austin.rr.com>2023-04-03 01:14:44 -0500
commit699aff6cc0e4cefce5d676ac1f4be9f96b0aaa60 (patch)
tree7a1cf48da75a9a5fc3f3d73d9a0a51e6d2e6f5b4 /pyparsing/core.py
parentc4cf4a5c1e6c2d2a2dcffe1abae400702efd6426 (diff)
downloadpyparsing-git-699aff6cc0e4cefce5d676ac1f4be9f96b0aaa60.tar.gz
Blacken
Diffstat (limited to 'pyparsing/core.py')
-rw-r--r--pyparsing/core.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyparsing/core.py b/pyparsing/core.py
index 03371ab..9825099 100644
--- a/pyparsing/core.py
+++ b/pyparsing/core.py
@@ -3337,7 +3337,6 @@ class QuotedString(Token):
ret = result.group()
if self.unquoteResults:
-
# strip off quotes
ret = ret[self.quoteCharLen : -self.endQuoteCharLen]