Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen van der Heijden committed Aug 10, 2021
1 parent 7e5383d commit 6a003f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_prio.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_prio(self):

def test_prio_list(self):
arr = Sequence('[', List(THIS), ']')
prio = Prio(Keyword('nil'),arr)
prio = Prio(Keyword('nil'), arr)
grammar = create_grammar(prio)
self.assertTrue(grammar.parse('[]').is_valid)
self.assertTrue(grammar.parse('[[nil]]').is_valid)
Expand Down

0 comments on commit 6a003f2

Please sign in to comment.