Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Jul 22, 2018
1 parent 0924b73 commit 87fad13
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/benchmarks/json/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@

def tokenize(string):
names = {
'LPAREN': '(',
'RPAREN': ')',
'LPAREN': '(',
'RPAREN': ')',
'LBRACKET': '[',
'RBRACKET': ']',
'LBRACE': '{',
'RBRACE': '}',
'COMMA': ',',
'COLON': ':'
'LBRACE': '{',
'RBRACE': '}',
'COMMA': ',',
'COLON': ':'
}

spec = [
Expand Down

0 comments on commit 87fad13

Please sign in to comment.