Skip to content

Commit c48ac2a

Browse files
authored
Merge pull request #361 from flaviut/fix-pr-357
Fix PR #357
2 parents 685f221 + dfc4f30 commit c48ac2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libfuturize/fixer_util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ def future_import(feature, node):
243243
# Is it a shebang or encoding line?
244244
if is_shebang_comment(node) or is_encoding_comment(node):
245245
shebang_encoding_idx = idx
246-
continue
247246
if is_docstring(node):
248247
# skip over docstring
249248
continue

0 commit comments

Comments
 (0)