Skip to content

Commit 0d3b000

Browse files
chore: linting
1 parent 124fa11 commit 0d3b000

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

roborock/containers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def decamelize_obj(d: dict | list, ignore_keys: list[str]):
4747

4848
@dataclass
4949
class RoborockBase:
50-
_ignore_keys = [] # type: ignore
50+
_ignore_keys = [] # type: ignore
5151

5252
@classmethod
5353
def from_dict(cls, data: dict[str, Any]):

0 commit comments

Comments
 (0)