Upgrade pylint to 2.6.0 (#39363)
This commit is contained in:
parent
67de1d3466
commit
1bf2c4d976
52 changed files with 77 additions and 86 deletions
|
@ -10,7 +10,6 @@ _LOGGER = logging.getLogger(__name__)
|
|||
class JSONEncoder(json.JSONEncoder):
|
||||
"""JSONEncoder that supports Home Assistant objects."""
|
||||
|
||||
# pylint: disable=method-hidden
|
||||
def default(self, o: Any) -> Any:
|
||||
"""Convert Home Assistant objects.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue