Skip to content

Commit 7265610

Browse files
committed
chore: fix diagnostic lint issues
1 parent fd7fa38 commit 7265610

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

roborock/devices/device_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import enum
55
import logging
66
from collections.abc import Callable, Mapping
7-
from dataclasses import asdict, dataclass
7+
from dataclasses import dataclass
88
from typing import Any
99

1010
import aiohttp

roborock/diagnostics.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,12 @@ def reset(self) -> None:
106106
"name",
107107
"productId",
108108
"ipAddress",
109-
"mac",
110109
"wifiName",
111110
"lat",
112111
"long",
113112
}
114113
KEEP_KEYS = {
115-
# Product information no unique per user
114+
# Product information not unique per user
116115
"product.id",
117116
"product.schema.id",
118117
"product.schema.name",

0 commit comments

Comments
 (0)