third_party.pylibs.pylint.src/tests/messages/func_bad_cont_dictcomp_py27.txt

7 lines
221 B
Plaintext
Raw Normal View History

C: 35: Wrong continued indentation (add 2 spaces).
for x in range(3)} # [bad-continuation]
^ |
C: 38: Wrong continued indentation (remove 4 spaces).
for x in range(3)} # [bad-continuation]
| ^