mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Remove load_python_grammar for tests as well.
This commit is contained in:
@@ -133,7 +133,7 @@ TEST_ASSIGNMENTS = 2
|
||||
TEST_USAGES = 3
|
||||
|
||||
|
||||
grammar36 = parso.load_python_grammar('3.6')
|
||||
grammar36 = parso.load_grammar('3.6')
|
||||
|
||||
|
||||
class IntegrationTestCase(object):
|
||||
|
||||
Reference in New Issue
Block a user