Skip to content

Commit

Permalink
Mark typing.Any as a data role
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed Mar 15, 2020
1 parent 05dafc2 commit 5ff4c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Changelog
- More robustly decode the body in :meth:`gidgethub.sansio.Event.from_http`
(i.e. if the ``content-type`` doesn't specify ``charset``, assume ``UTF-8``).
- Changed the signature of :class:`gidgethub.sansio.Event` to accept
:class:`typing.Any` for the *data* argument.
:data:`typing.Any` for the *data* argument.
- Fixed signature verification.


Expand Down

0 comments on commit 5ff4c9f

Please sign in to comment.