Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Mar 28, 2024
1 parent 6af2a0a commit 51413e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake8_dunder_all/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class Visitor(ast.NodeVisitor):
"""

found_all: bool #: Flag to indicate a ``__all__`` declaration has been found in the AST.
last_import: int #: The lineno of the last top-level import
last_import: int #: The lineno of the last top-level or conditional import
members: Set[str] #: List of functions and classed defined in the AST
use_endlineno: bool

Expand Down

0 comments on commit 51413e1

Please sign in to comment.