Skip to content

Commit 7644ff2

Browse files
committed
Change W to R
1 parent bc3148f commit 7644ff2

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
@@ -460,7 +460,7 @@ def _has_locals_call_after_node(stmt: nodes.NodeNG, scope: nodes.FunctionDef) ->
460460
"Used when an imported module or variable is not used from a "
461461
"`'from X import *'` style import.",
462462
),
463-
"W0615": (
463+
"R0615": (
464464
"`%s` used only for typechecking but imported outside of a typechecking block",
465465
"unguarded-typing-import",
466466
"Used when an import is used only for typechecking but imported outside of a typechecking block.",

0 commit comments

Comments
 (0)