Skip to content

Commit

Permalink
Blacken
Browse files Browse the repository at this point in the history
  • Loading branch information
ptmcg committed Apr 3, 2023
1 parent c4cf4a5 commit 699aff6
Show file tree
Hide file tree
Showing 4 changed files with 104 additions and 104 deletions.
1 change: 0 additions & 1 deletion pyparsing/core.py
Expand Up @@ -3337,7 +3337,6 @@ def parseImpl(self, instring, loc, doActions=True):
ret = result.group()

if self.unquoteResults:

# strip off quotes
ret = ret[self.quoteCharLen : -self.endQuoteCharLen]

Expand Down
1 change: 0 additions & 1 deletion pyparsing/diagram/__init__.py
Expand Up @@ -405,7 +405,6 @@ def _inner(
show_results_names: bool = False,
show_groups: bool = False,
) -> typing.Optional[EditablePartial]:

ret = fn(
element,
parent,
Expand Down
1 change: 1 addition & 0 deletions pyparsing/helpers.py
Expand Up @@ -761,6 +761,7 @@ def infix_notation(
-2--11
[[['-', 2], '-', ['-', 11]]]
"""

# captive version of FollowedBy that does not do parse actions or capture results names
class _FB(FollowedBy):
def parseImpl(self, instring, loc, doActions=True):
Expand Down

0 comments on commit 699aff6

Please sign in to comment.