Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
from typing import Dict, Any
__all__ = ("POST_DATA", "JSON_DATA")
POST_DATA = Dict[str, Any]
JSON_DATA = Dict[str, Any]