Skip to content

Commit 500c0e8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4579a55 commit 500c0e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint/checkers/typecheck.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1902,7 +1902,7 @@ def visit_with(self, node: nodes.With) -> None:
19021902
"async-context-manager-with-regular-with",
19031903
node=node,
19041904
args=(inferred.parent.name,),
1905-
confidence=INFERENCE
1905+
confidence=INFERENCE,
19061906
)
19071907
continue
19081908
# If the parent of the generator is not the context manager itself,

0 commit comments

Comments
 (0)