We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 685f221 + dfc4f30 commit c48ac2aCopy full SHA for c48ac2a
1 file changed
src/libfuturize/fixer_util.py
@@ -243,7 +243,6 @@ def future_import(feature, node):
243
# Is it a shebang or encoding line?
244
if is_shebang_comment(node) or is_encoding_comment(node):
245
shebang_encoding_idx = idx
246
- continue
247
if is_docstring(node):
248
# skip over docstring
249
continue
0 commit comments