mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-24 20:35:55 +00:00
Migrate to Ruff for lint and format (#4852)
* Migrate to Ruff for lint and format * Fix pylint issues * DBus property sets into normal awaitable methods * Fix tests relying on separate tasks in connect * Fixes from feedback
This commit is contained in:
@@ -15,9 +15,6 @@ def setup(object_path: str | None = None) -> DBusServiceMock:
|
||||
return PartitionTable(object_path if object_path else DEFAULT_OBJECT_PATH)
|
||||
|
||||
|
||||
# pylint: disable=invalid-name
|
||||
|
||||
|
||||
@dataclass(slots=True)
|
||||
class PartitionTableFixture:
|
||||
"""PartitionTable fixture."""
|
||||
|
||||
Reference in New Issue
Block a user