Skip to content

Commit e9caac4

Browse files
committed
Document workaround
1 parent 5156283 commit e9caac4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoflake.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ def filter_code(source, additional_imports=None,
307307
marked_unused_module[line_number].append(module_name)
308308

309309
if expand_star_imports and not (
310+
# See explanations in #18.
310311
re.search(r'\b__all__\b', source) or
311312
re.search(r'\bdel\b', source)
312313
):

0 commit comments

Comments
 (0)