Skip to content

Commit 5bf0ee8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4c5272e commit 5bf0ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint/checkers/variables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2009,7 +2009,7 @@ def _filter_type_checking_import_from_consumption(
20092009
self,
20102010
node: nodes.NodeNG,
20112011
nodes_to_consume: list[nodes.NodeNG],
2012-
is_reported: bool
2012+
is_reported: bool,
20132013
) -> list[nodes.NodeNG]:
20142014
"""Do not consume type-checking import node as used-before-assignment
20152015
may invoke in different scopes.

0 commit comments

Comments
 (0)