Skip to content

Commit

Permalink
Merge branch 'fix-to-json-annotation'
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatal1ty committed Jun 15, 2024
2 parents 96775c0 + 3e222f5 commit 2053922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mashumaro/mixins/orjson.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class DataClassORJSONMixin(DataClassDictMixin):
*,
orjson_options: int = ...,
**to_dict_kwargs: Any,
) -> bytes: ...
) -> str: ...
@classmethod
@final
def from_json(
Expand Down

0 comments on commit 2053922

Please sign in to comment.