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:
@@ -4,7 +4,7 @@ from textwrap import dedent
|
||||
|
||||
import pytest
|
||||
|
||||
from parso.python import parse
|
||||
from parso import parse
|
||||
from parso.python import tree
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user