Skip to content

Make indent_char independent from next_line

username-removed-214013 requested to merge xZise/flake8:indent-char into master

This removes the side effect from next_line that it initializes indent_char. So this attribute is usable from the beginning.

Merge request reports