We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af2a0a commit 51413e1Copy full SHA for 51413e1
1 file changed
flake8_dunder_all/__init__.py
@@ -64,7 +64,7 @@ class Visitor(ast.NodeVisitor):
64
"""
65
66
found_all: bool #: Flag to indicate a ``__all__`` declaration has been found in the AST.
67
- last_import: int #: The lineno of the last top-level import
+ last_import: int #: The lineno of the last top-level or conditional import
68
members: Set[str] #: List of functions and classed defined in the AST
69
use_endlineno: bool
70
0 commit comments