third_party.pylibs.pylint.src/tests/messages/func_bad_cont_dictcomp_py27.txt
2019-06-20 10:02:14 +02:00

7 lines
221 B
Plaintext

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]
| ^