Skip to content

Commit

Permalink
Formatted summary.py per black formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
pawanambalkar committed Oct 11, 2024
1 parent c052937 commit 1f7e289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ptd_client_server/lib/summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def add(self, cmd: str, reply: str) -> None:
self._m.append({"cmd": cmd, "reply": reply})

def merge(self, other: "PtdMessages") -> None:
self._m.extend(other._m)
self._m.extend(other._m)

def to_json(self) -> Any:
return self._m

0 comments on commit 1f7e289

Please sign in to comment.