blast-radius 0.7.3

Analyze the transitive blast radius of code changes.
Documentation
1
2
3
4
5
6
from ..models import User
from ..utils.formatting import format_subject


def send_email(user: User, template: str) -> str:
    return format_subject(user.email, template)