[docs]@schema_finalclassNoPayload(Schema):"""Schema for empty payload."""# NOTE: We add this method for both type annotation and to mark that this# class accepts no arguments at runtime, since :class:`Schema` explicitly# skipped those whose :attr:`__dict__` is empty :obj:`dict`.def__init__(self)->'None':# pylint: disable=super-init-not-calledpass