mirror of
https://github.com/davidhalter/parso.git
synced 2026-03-02 21:39:21 +08:00
Rename normalizer -> errors.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import re
|
||||
from contextlib import contextmanager
|
||||
|
||||
from parso.python.normalizer import ErrorFinder, ErrorFinderConfig
|
||||
from parso.python.errors import ErrorFinder, ErrorFinderConfig
|
||||
from parso.normalizer import Rule
|
||||
from parso.python.tree import search_ancestor, Flow, Scope
|
||||
|
||||
|
||||
Reference in New Issue
Block a user