1
0
forked from VimPlug/jedi

parso.load_grammar now needs version as a keyword argument.

This commit is contained in:
Dave Halter
2017-07-16 17:16:37 +02:00
parent 2fcd2f8f89
commit 54490be1b2

View File

@@ -133,7 +133,7 @@ TEST_ASSIGNMENTS = 2
TEST_USAGES = 3
grammar36 = parso.load_grammar('3.6')
grammar36 = parso.load_grammar(version='3.6')
class IntegrationTestCase(object):