Skip to content

Commit 75f1fb4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b04eb21 commit 75f1fb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pylint/checkers/variables.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1992,7 +1992,8 @@ def _filter_type_checking_definitions_from_consumption(
19921992
is_reported: bool,
19931993
) -> list[nodes.NodeNG]:
19941994
"""Filters out type-checking definition nodes (e.g. imports, class definitions)
1995-
from consumption, as they may trigger used-before-assignment in a separate
1995+
from consumption, as they may trigger used-before-assignment in a separate.
1996+
19961997
context.
19971998
19981999
If a used-before-assignment error is reported for the usage of a

0 commit comments

Comments
 (0)