Skip to content

Commit 0fa7650

Browse files
committed
fixup! Apply suggestions from code review
1 parent 832bf92 commit 0fa7650

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/tokenize.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ def exact_type(self):
5656
else:
5757
return self.type
5858

59-
6059
def group(*choices): return '(' + '|'.join(choices) + ')'
6160
def any(*choices): return group(*choices) + '*'
6261
def maybe(*choices): return group(*choices) + '?'

0 commit comments

Comments
 (0)