Show More
@@ -142,7 +142,7 b' def find_next_indent(code):' | |||
|
142 | 142 | tokens.pop() |
|
143 | 143 | if not tokens: |
|
144 | 144 | return 0 |
|
145 |
|
|
|
145 | while (tokens[-1].type in {tokenize.DEDENT, tokenize.NEWLINE, tokenize.COMMENT}): | |
|
146 | 146 | tokens.pop() |
|
147 | 147 | |
|
148 | 148 | if tokens[-1].type == INCOMPLETE_STRING: |
General Comments 0
You need to be logged in to leave comments.
Login now