Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
from . import site
content = "Another Bad Module"
site._registry.update(
{
"foo": "bar",
}
)
raise Exception("Some random exception.")