mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00:00
Enable Ruff SLOT rules (#115043)
This commit is contained in:
@@ -163,7 +163,7 @@ async def test_loading_derived_class():
|
||||
"""Test loading data from classes derived from str."""
|
||||
|
||||
class MyStr(str):
|
||||
pass
|
||||
__slots__ = ()
|
||||
|
||||
class MyBytes(bytes):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user