Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler committed Apr 24, 2024
1 parent 07a9f35 commit ab25ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dank_mids/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ab25ce2

Please sign in to comment.