Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
from . import site
content = "Another Good Module"
site._registry.update(
{
"lorem": "ipsum",
}
)