mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-06 12:54:29 +08:00
Move the utility function parse to the __init__ script.
This commit is contained in:
@@ -5,7 +5,7 @@ instead of simple parser objects.
|
||||
|
||||
from textwrap import dedent
|
||||
|
||||
from parso.python import parse
|
||||
from parso import parse
|
||||
|
||||
|
||||
def assert_params(param_string, **wanted_dct):
|
||||
|
||||
Reference in New Issue
Block a user