mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-06 12:54:29 +08:00
Starting to refactor the normalizer to make sure that comments are also checked for indentation.
Using a linked list now for the indentation stack.
This commit is contained in:
@@ -5,7 +5,6 @@ tests of pydocstyle.
|
||||
|
||||
import difflib
|
||||
import re
|
||||
from textwrap import dedent
|
||||
from functools import total_ordering
|
||||
|
||||
import parso
|
||||
|
||||
Reference in New Issue
Block a user