Remove obsolete weasyprint import

This commit is contained in:
Conrad Hoffmann 2023-03-13 13:21:36 +01:00 committed by Drew DeVault
parent be2c32eea6
commit 71dbcfdd7a
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ from srht.database import db
from srht.flask import session
from srht.oauth import current_user, loginrequired, freshen_user
from srht.validation import Validation
from weasyprint import HTML, CSS
billing = Blueprint('billing', __name__)
onboarding_redirect = cfg("meta.sr.ht::settings", "onboarding-redirect")