Skip to content

Commit 149783b

Browse files
committed
format
1 parent e23c18c commit 149783b

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

  • deebot_client/commands/xml

deebot_client/commands/xml/map.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,7 @@ class PullMP(XmlCommandWithMessageHandling):
239239

240240
NAME = "PullMP"
241241

242-
def __init__(
243-
self,
244-
piece_index: int,
245-
_: str | None = None,
246-
) -> None:
242+
def __init__(self, piece_index: int, _: str | None = None) -> None:
247243
self._piece_index = piece_index
248244
super().__init__({"pid": str(piece_index)})
249245

0 commit comments

Comments
 (0)