Rename normalizer -> errors.

This commit is contained in:
Dave Halter
2017-08-06 17:12:22 +02:00
parent 860fe2cd1e
commit 8c3373a0d9
3 changed files with 2 additions and 2 deletions

View File

@@ -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