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 b04eb21 commit 75f1fb4Copy full SHA for 75f1fb4
pylint/checkers/variables.py
@@ -1992,7 +1992,8 @@ def _filter_type_checking_definitions_from_consumption(
1992
is_reported: bool,
1993
) -> list[nodes.NodeNG]:
1994
"""Filters out type-checking definition nodes (e.g. imports, class definitions)
1995
- from consumption, as they may trigger used-before-assignment in a separate
+ from consumption, as they may trigger used-before-assignment in a separate.
1996
+
1997
context.
1998
1999
If a used-before-assignment error is reported for the usage of a
0 commit comments