Skip to content

Commit 51413e1

Browse files
committed
Update docstring
1 parent 6af2a0a commit 51413e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake8_dunder_all/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class Visitor(ast.NodeVisitor):
6464
"""
6565

6666
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
67+
last_import: int #: The lineno of the last top-level or conditional import
6868
members: Set[str] #: List of functions and classed defined in the AST
6969
use_endlineno: bool
7070

0 commit comments

Comments
 (0)