mirror of
https://github.com/davidhalter/parso.git
synced 2026-01-23 19:42:07 +08:00
Implement E101. No mixing of tabs and spaces in indentation.
This commit is contained in:
@@ -16,6 +16,7 @@ class Normalizer(object):
|
||||
def add_issue(self, code, message, node):
|
||||
issue = Issue(node, code, message)
|
||||
self.issues.append(issue)
|
||||
return True
|
||||
|
||||
|
||||
class NormalizerConfig(object):
|
||||
|
||||
Reference in New Issue
Block a user