Fix typo in pylint plugin (#119362)
This commit is contained in:
parent
5abdc83b2e
commit
d9b3ee35a0
1 changed files with 1 additions and 1 deletions
|
@ -3118,7 +3118,7 @@ class HassTypeHintChecker(BaseChecker):
|
||||||
"Used when method return type is incorrect",
|
"Used when method return type is incorrect",
|
||||||
),
|
),
|
||||||
"W7433": (
|
"W7433": (
|
||||||
"Argument %s is of type %s and could be move to "
|
"Argument %s is of type %s and could be moved to "
|
||||||
"`@pytest.mark.usefixtures` decorator in %s",
|
"`@pytest.mark.usefixtures` decorator in %s",
|
||||||
"hass-consider-usefixtures-decorator",
|
"hass-consider-usefixtures-decorator",
|
||||||
"Used when an argument type is None and could be a fixture",
|
"Used when an argument type is None and could be a fixture",
|
||||||
|
|
Loading…
Add table
Reference in a new issue