1from datetime import timedelta 2 3REDIRECTION_LOG_RETENTION_TIMEDELTA: timedelta = timedelta(days=30)