mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Improve type hints and fix pylint warnings in util tests (#119355)
This commit is contained in:
@@ -159,7 +159,7 @@ async def test_deprecated_save_json(
|
||||
assert "should be updated to use homeassistant.helpers.json module" in caplog.text
|
||||
|
||||
|
||||
async def test_loading_derived_class():
|
||||
async def test_loading_derived_class() -> None:
|
||||
"""Test loading data from classes derived from str."""
|
||||
|
||||
class MyStr(str):
|
||||
|
||||
Reference in New Issue
Block a user