diff --git a/dank_mids/types.py b/dank_mids/types.py index 95a2f1da..6bb4330a 100644 --- a/dank_mids/types.py +++ b/dank_mids/types.py @@ -53,7 +53,7 @@ class PartialRequest(_DictStruct): @property def data(self) -> bytes: - return msgspec.json.encode(self, ) + return msgspec.json.encode(self) class Request(PartialRequest): # NOTE: While technially part of a request, we can successfully make requests without including the `jsonrpc` field.