Remove the strange return values from visi_leaf.

This commit is contained in:
Dave Halter
2017-07-19 23:40:31 +02:00
parent 9b8418db3f
commit 4f7d78716a
2 changed files with 0 additions and 4 deletions

View File

@@ -92,8 +92,6 @@ class ErrorFinder(Normalizer):
message = "'continue' not supported inside 'finally' clause"
self._add_syntax_error(message, leaf)
return ''
def _add_indentation_error(self, message, spacing):
self._add_error(903, "IndentationError: " + message, spacing)